Removed Test::Exception line which was causing test failures
[p5sagit/Config-Any.git] / Build.PL
index 02a5026..d1d1cd9 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -13,6 +13,7 @@ my $builder = Module::Build->new(
                'Module::Pluggable' => '3.01'
     },
     add_to_cleanup      => [ 'Config-Any-*' ],
+    create_makefile_pl => 'traditional',
 );
 
 $builder->create_build_script();