depend on Class::C3 and implement C<use mro "c3"> with caveats
[gitmo/MRO-Compat.git] / Makefile.PL
index c1686a0..f82bf35 100644 (file)
@@ -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;