version 0.11
[gitmo/Class-C3.git] / Makefile.PL
index f62e12e..431d78c 100644 (file)
@@ -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,
                }
 );