]> git.imager.perl.org - imager.git/commitdiff
[rt #69008] depend on a CPAN::Meta that depends on JSON::PP
authorTony Cook <tony@develop-help.com>
Mon, 15 Aug 2011 11:07:25 +0000 (21:07 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 15 Aug 2011 11:07:25 +0000 (21:07 +1000)
From the CPAN::Meta Changes:

2.110580  2011-02-27 07:58:06 EST5EDT

  [OTHER]

  - Add explicit dependencies on JSON::PP and CPAN::Meta::YAML instead
    of relying on Parse::CPAN::Meta to provide them (as some CPAN Testers
    have had P::C::M installed without them somehow)

t/t98meta.t

index 0fe17812984e2cad6a28654b6393804532182fba..079e84a4166b576463da064f63f2591095b5343e 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use Test::More;
 plan skip_all => "Only run as part of the dist"
   unless -f "META.yml";
-eval "use CPAN::Meta 2.0;";
+eval "use CPAN::Meta 2.110580;";
 plan skip_all => "CPAN::Meta required for testing META.yml"
   if $@;
 plan skip_all => "Only if automated or author testing"