oops, fix META.yml
Brandon L Black [Tue, 1 May 2007 16:31:29 +0000 (16:31 +0000)]
Makefile.PL

index f901b69..d7078f6 100644 (file)
@@ -11,9 +11,8 @@ if($] < 5.009_005) {
         ($] < 5.009_005 ? ('Class::C3::XS' => '0.02') : ());
 
     # 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;