0.19, to push XS 0.07 fixes
[gitmo/Class-C3.git] / Makefile.PL
index f901b69..6d5529a 100644 (file)
@@ -7,13 +7,11 @@ all_from       'lib/Class/C3.pm';
 if($] < 5.009_005) {
     build_requires 'Test::More'    => '0.47';
 
-    feature 'XS Speedups',
-        ($] < 5.009_005 ? ('Class::C3::XS' => '0.02') : ());
+    feature 'XS Speedups', 'Class::C3::XS' => '0.07';
 
     # Would like to disable these if they answer yes above too ...
-    feature '-core',
-        'Algorithm::C3' => '0.06',
-        'Scalar::Util'  => '1.10';
+    requires 'Algorithm::C3' => '0.06';
+    requires 'Scalar::Util'  => '1.10';
 }
 
 auto_install;