Skip to content

Commit

Permalink
require recent version of Pod::*
Browse files Browse the repository at this point in the history
Seen many test failures seen on cpantesters
that can be reproduced by using Pod::Parser != 1.38
with some combination versions of Pod::Usage.

So we simply requires some recent version that would
make the test pass.
  • Loading branch information
gugod committed Nov 26, 2013
1 parent 4849283 commit 003545c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ all_from 'lib/App/perlbrew.pm';
repository 'git://github.com/gugod/App-perlbrew.git';

requires
'Pod::Parser' => '1.61',
'Pod::Usage' => '1.63',
'Devel::PatchPerl' => '1.00',
'local::lib' => '1.008026',
'Capture::Tiny' => '0.22',
Expand Down

0 comments on commit 003545c

Please sign in to comment.