- refactoring attributes
[gitmo/Class-MOP.git] / Build.PL
index cbed1a0..fc60d93 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,25 +1,22 @@
 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',
-        'Carp'            => '0',
-        'B'               => '0',
-        'Sub::Name'       => '0',
+        'Scalar::Util' => '1.17',
+        'Sub::Name'    => '0.02',
+        'Carp'         => '0.01',
+        'B'            => '0',
     },
     optional => {
     },
     build_requires => {
         'Test::More'      => '0.47',
-        'Test::Exception' => '0',        
+        'Test::Exception' => '0.21',
+        'File::Spec'      => 0,
     },
     create_makefile_pl => 'traditional',
     recursive_test_files => 1,
@@ -29,3 +26,4 @@ my $build = Module::Build->new(
 );
 
 $build->create_build_script;
+