add MANIFEST, add new test, real 0.02 :)
[gitmo/MRO-Compat.git] / Makefile.PL
index c1686a0..5878ada 100644 (file)
@@ -5,5 +5,10 @@ all_from       'lib/MRO/Compat.pm';
 
 build_requires 'Test::More'    => '0.47';
 
+if($] < 5.009_005) {
+    feature 'XS Speedups', 'Class::C3::XS' => '0.04';
+    requires       'Class::C3'     => '0.18';
+}
+
 auto_install;
 WriteAll;