From: Brandon L Black Date: Tue, 1 May 2007 16:31:29 +0000 (+0000) Subject: oops, fix META.yml X-Git-Tag: 0.16~1^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=2d8ea983a92ff04838a169dff57208d9f6388d88 oops, fix META.yml --- diff --git a/Makefile.PL b/Makefile.PL index f901b69..d7078f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;