Class-C3 - the real 0.08, released as 0.09
[gitmo/Class-C3.git] / Makefile.PL
index f62e12e..b4fd87e 100644 (file)
@@ -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
                }
 );