Skip to content

Commit

Permalink
(GH-1) Update meta files for new prereq.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Apr 15, 2016
1 parent c445f22 commit 2ac7e4c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"Capture::Tiny" : "0",
"Test::Exception" : "0",
"Test::FailWarnings" : "0",
"Test::Git" : "0",
"Test::More" : "0",
"Test::Requires::Git" : "1.005",
"Test::Type" : "0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ build_requires:
Capture::Tiny: '0'
Test::Exception: '0'
Test::FailWarnings: '0'
Test::Git: '0'
Test::More: '0'
Test::Requires::Git: '1.005'
Test::Type: '0'
configure_requires:
Module::Build: '0'
Expand Down
30 changes: 15 additions & 15 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
'test' => {
'TESTS' => 't/*.t'
},
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'App::GitHooks::Plugin::ValidateChangelogFormat',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/App/GitHooks/Plugin/ValidateChangelogFormat.pm',
'PREREQ_PM' => {
'Try::Tiny' => 0,
'Test::Requires::Git' => 1.005,
'Test::Exception' => 0,
'Capture::Tiny' => 0,
'Test::FailWarnings' => 0,
'version' => 0,
'App::GitHooks::Constants' => 0,
'App::GitHooks::Test' => 0,
'Test::More' => 0,
'CPAN::Changes' => 0,
'Test::Requires::Git' => '1.005',
'App::GitHooks::Test' => 0,
'Test::Type' => 0,
'App::GitHooks::Plugin' => 0,
'Test::Type' => 0
}
'Test::FailWarnings' => 0,
'Capture::Tiny' => 0,
'Test::More' => 0
},
'PL_FILES' => {},
'test' => {
'TESTS' => 't/*.t'
},
'VERSION_FROM' => 'lib/App/GitHooks/Plugin/ValidateChangelogFormat.pm',
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'NAME' => 'App::GitHooks::Plugin::ValidateChangelogFormat'
)
;

0 comments on commit 2ac7e4c

Please sign in to comment.