add perl 5.6.0 dep, bump version to 0.07
[gitmo/MRO-Compat.git] / Makefile.PL
index 69f6513..f7d7717 100644 (file)
@@ -3,7 +3,8 @@ use inc::Module::Install 0.65;
 name          'MRO-Compat';
 all_from      'lib/MRO/Compat.pm';
 
-test_requires 'Test::More'    => '0.47';
+requires      'perl'       => 5.006_000;
+test_requires 'Test::More' => '0.47';
 
 if($] < 5.009_005) {
     feature  'XS Speedups', 'Class::C3::XS' => '0.08';