X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6d5529aface34a3fe0489ce0addf3ea30083b1bd;hb=refs%2Ftags%2F0.19;hp=405aea399bd00fddcc470985d48c02d1e36cacbe;hpb=14178c4e28dd13f96895d96dcdaa67feb7020b83;p=gitmo%2FClass-C3.git diff --git a/Makefile.PL b/Makefile.PL index 405aea3..6d5529a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ all_from 'lib/Class/C3.pm'; if($] < 5.009_005) { build_requires 'Test::More' => '0.47'; - feature 'XS Speedups', 'Class::C3::XS' => '0.04'; + feature 'XS Speedups', 'Class::C3::XS' => '0.07'; # Would like to disable these if they answer yes above too ... requires 'Algorithm::C3' => '0.06';