0.15_01 final changes (includes final patch, works with normal and patched perls)
[gitmo/Class-C3.git] / Build.PL
index da6c4f4..d5d1b7e 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,13 +6,14 @@ my $build = Module::Build->new(
     module_name => 'Class::C3',
     license => 'perl',
     requires => {
-        'Scalar::Util'    => 1.10,
         'Algorithm::C3'   => 0.06,
+        'Scalar::Util'    => 1.10,
+    },
+    recommends => {
+#        'Class::C3::XS'   => 0.01,
     },
-    optional => {},
     build_requires => {
         'Test::More' => '0.47',
-        'Test::Exception' => 0.15,
     },
     create_makefile_pl => 'traditional',
     recursive_test_files => 1,