Skip to content

Commit

Permalink
Reduce prerequisite load; work on Perl v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Aug 18, 2016
1 parent 1401646 commit b2aa589
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Changes
Expand Up @@ -6,6 +6,14 @@ Revision history for App-mymeta_requires

- Added a '--report' option

[PREREQS]

- Dropped Perl prerequisite to v5.8.1

- Removed Log::Dispatchouli, Object::Tiny and autodie

- Added Class::Tiny and List::Util

0.005 2013-03-29 22:24:25 America/New_York

[FIXED]
Expand Down
8 changes: 2 additions & 6 deletions Makefile.PL
Expand Up @@ -22,13 +22,11 @@ my %WriteMakefileArgs = (
"CPAN::Meta" => 0,
"CPAN::Meta::Requirements" => 0,
"Class::Load" => 0,
"Class::Tiny" => 0,
"File::Basename" => 0,
"Getopt::Lucid" => 0,
"List::Util" => 0,
"Log::Dispatchouli" => 0,
"Object::Tiny" => 0,
"Pod::Usage" => 0,
"autodie" => "2.00",
"strict" => 0,
"warnings" => 0
},
Expand All @@ -53,19 +51,17 @@ my %FallbackPrereqs = (
"CPAN::Meta::Requirements" => 0,
"Capture::Tiny" => 0,
"Class::Load" => 0,
"Class::Tiny" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Basename" => 0,
"File::Spec" => 0,
"File::Spec::Functions" => 0,
"File::pushd" => 0,
"Getopt::Lucid" => 0,
"List::Util" => 0,
"Log::Dispatchouli" => 0,
"Object::Tiny" => 0,
"Pod::Usage" => 0,
"Test::Deep" => 0,
"Test::More" => "0.92",
"autodie" => "2.00",
"strict" => 0,
"warnings" => 0
);
Expand Down
2 changes: 1 addition & 1 deletion lib/App/mymeta_requires.pm
Expand Up @@ -144,10 +144,10 @@ sub _log {
1;

=for Pod::Coverage
BUILD
find_missing
load_mymeta
merge_prereqs
new
opt
prereq_report
run
Expand Down

0 comments on commit b2aa589

Please sign in to comment.