X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=431d78c81db79221a66c6ef1b56f7c7789b1e216;hb=2ffffc6d4b76c053ddf254ef9356c92bba7d2acf;hp=f62e12e1af435e6738917986931d968ac6456ad7;hpb=95bebf8c9b18222ddc1363d529f6fd6db46ae50a;p=gitmo%2FClass-C3.git diff --git a/Makefile.PL b/Makefile.PL index f62e12e..431d78c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,11 @@ use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Class::C3', 'VERSION_FROM' => 'lib/Class/C3.pm', # finds $VERSION 'PREREQ_PM' => { 'Test::More' => 0.47, 'Test::Exception' => 0.15, - 'Scalar::Util' => 1.10 + 'Scalar::Util' => 1.18, + 'Algorithm::C3' => 0.01, } );