X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f82bf35c8339c760399c3cb9b98e2f2dca5cd641;hb=e9b18837eb3285efef82f61b5a90908798a685f2;hp=c1686a0c3fe9bb27e258595c64e8ce7c1393c3c9;hpb=ed71cabbfc7415db88afaa876557ee0b8085a8f6;p=gitmo%2FMRO-Compat.git diff --git a/Makefile.PL b/Makefile.PL index c1686a0..f82bf35 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,5 +5,9 @@ all_from 'lib/MRO/Compat.pm'; build_requires 'Test::More' => '0.47'; +if($] < 5.009_005) { + requires 'Class::C3' => '0.17'; +} + auto_install; WriteAll;