X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b4fd87e887bf1433b545dff0004b643bdf31fb5e;hb=bad9dc5953e918bfb388c7a7f430493a3e44a8d0;hp=f62e12e1af435e6738917986931d968ac6456ad7;hpb=95bebf8c9b18222ddc1363d529f6fd6db46ae50a;p=gitmo%2FClass-C3.git diff --git a/Makefile.PL b/Makefile.PL index f62e12e..b4fd87e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,12 @@ 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.10, + 'Sub::Name' => 0, + 'NEXT' => 0, # for tests only } );