Skip to content

Commit

Permalink
Bump up CPAN::Meta version in the test check. #5
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Feb 7, 2013
1 parent 649b0ea commit db37fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/merge.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Module::CPANfile;
use Test::More;
use t::Utils;

eval { require CPAN::Meta::Prereqs; 1 }
eval { require CPAN::Meta::Prereqs; CPAN::Meta::Prereqs->VERSION(2.120921); 1 }
or plan skip_all => "CPAN::Meta::Prereqs not found";

{
Expand Down

0 comments on commit db37fad

Please sign in to comment.