From: Florian Ragwitz Date: Wed, 27 May 2009 21:54:35 +0000 (+0200) Subject: Bump optional prereq on Class::C3 to make sure we don't get redefined warnings. X-Git-Tag: 0.11~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMRO-Compat.git;a=commitdiff_plain;h=0a46fb2449c1f7de28c81159a550ba5f0de22fd0 Bump optional prereq on Class::C3 to make sure we don't get redefined warnings. --- diff --git a/Makefile.PL b/Makefile.PL index 68b28c7..e0f2ca4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ test_requires 'Test::More' => '0.47'; if($] < 5.009_005) { feature 'XS Speedups', 'Class::C3::XS' => '0.08'; - requires 'Class::C3' => '0.19'; + requires 'Class::C3' => '0.20'; } # Rebuild README for maintainers