App-GitHooks-Plugin-ValidateChangelogFormat
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
(
'test' => {
'TESTS' => 't/*.t'
},
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'App::GitHooks::Plugin::ValidateChangelogFormat',
'PREREQ_PM' => {
'Test::Type' => 0,
'Try::Tiny' => 0,
'App::GitHooks::Constants' => 0,
'CPAN::Changes' => 0,
'Capture::Tiny' => 0,
'App::GitHooks::Test' => 0,
'App::GitHooks::Plugin' => 0,
'version' => 0,
'Test::Requires::Git' => '1.005',
'Test::FailWarnings' => 0,
'Test::Exception' => 0,
'Test::More' => 0
},
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/App/GitHooks/Plugin/ValidateChangelogFormat.pm'
)
;
( run in 1.452 second using v1.01-cache-2.11-cpan-39bf76dae61 )