fixing version numbers and writing the changelog
[gitmo/Class-MOP.git] / Build.PL
index 65d3e29..00169ba 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,15 +9,11 @@ my $build = Module::Build->new(
         'Scalar::Util' => '1.18',
         'Sub::Name'    => '0.02',
         'Carp'         => '0.01',
-        'B'            => '1.09',
-        'B::Deparse'   => '0.70',
-        'Clone'        => '0.18',
-        'SUPER'        => '1.11',
-    },
-    optional => {
+        'B'            => '0',
     },
+    optional => {},
     build_requires => {
-        'Test::More'      => '0.47',
+        'Test::More'      => '0.62',
         'Test::Exception' => '0.21',
         'File::Spec'      => '0',
     },