X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=431d78c81db79221a66c6ef1b56f7c7789b1e216;hb=2ffffc6d4b76c053ddf254ef9356c92bba7d2acf;hp=8df0ff93cc18f83aae17fd4031ef3816dfbe94f2;hpb=4e47d2a4aadec10a1b894cbae0bfc607757c4dfe;p=gitmo%2FClass-C3.git diff --git a/Makefile.PL b/Makefile.PL index 8df0ff9..431d78c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ WriteMakefile( 'PREREQ_PM' => { 'Test::More' => 0.47, 'Test::Exception' => 0.15, - 'Scalar::Util' => 1.10, - 'Sub::Name' => 0 + 'Scalar::Util' => 1.18, + 'Algorithm::C3' => 0.01, } );