adding another test
[gitmo/Class-MOP.git] / Build.PL
index 3315541..77fb9e4 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,25 +1,23 @@
 use Module::Build;
 
-use 5.6.0;
-
 use strict;
-use warnings;
 
 my $build = Module::Build->new(
     module_name => 'Class::MOP',
     license => 'perl',
     requires => {
-        'perl'         => '5.6.0',
-        'Scalar::Util' => '1.17',
+        'Scalar::Util' => '1.18',
         'Sub::Name'    => '0.02',
         'Carp'         => '0.01',
-        'B'            => '0',        
+        'B'            => '0',
+        'Clone'        => '0.18',
     },
     optional => {
     },
     build_requires => {
         'Test::More'      => '0.47',
         'Test::Exception' => '0.21',
+        'File::Spec'      => '0',
     },
     create_makefile_pl => 'traditional',
     recursive_test_files => 1,
@@ -29,3 +27,4 @@ my $build = Module::Build->new(
 );
 
 $build->create_build_script;
+