App-GitHooks-Plugin-NotifyReleasesToSlack
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
'VERSION_FROM' => 'lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm',
'PREREQ_PM' => {
'Data::Dumper' => 0,
'Log::Any' => 0,
'Try::Tiny' => 0,
'Test::FailWarnings' => 0,
'Test::Requires::Git' => '1.005',
'JSON' => 0,
'App::GitHooks' => 0,
'Test::More' => '0.94',
'CPAN::Changes' => 0,
'LWP::UserAgent' => 0
},
'test' => {
'TESTS' => 't/*.t'
},
'PL_FILES' => {},
'EXE_FILES' => [],
'NAME' => 'App::GitHooks::Plugin::NotifyReleasesToSlack',
'INSTALLDIRS' => 'site'
)
;
( run in 0.868 second using v1.01-cache-2.11-cpan-39bf76dae61 )