X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b4fd87e887bf1433b545dff0004b643bdf31fb5e;hb=bad9dc5953e918bfb388c7a7f430493a3e44a8d0;hp=8df0ff93cc18f83aae17fd4031ef3816dfbe94f2;hpb=4e47d2a4aadec10a1b894cbae0bfc607757c4dfe;p=gitmo%2FClass-C3.git diff --git a/Makefile.PL b/Makefile.PL index 8df0ff9..b4fd87e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,7 @@ WriteMakefile( 'Test::More' => 0.47, 'Test::Exception' => 0.15, 'Scalar::Util' => 1.10, - 'Sub::Name' => 0 + 'Sub::Name' => 0, + 'NEXT' => 0, # for tests only } );