add introspection methods to Class::MOP::Instance
[gitmo/Class-MOP.git] / Build.PL
index 023fd21..3a32dab 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,12 +9,9 @@ my $build = Module::Build->new(
         'Scalar::Util' => '1.18',
         'Sub::Name'    => '0.02',
         'Carp'         => '0.01',
-        'B'            => '1.09',
-        'Clone'        => '0.18',
-        'SUPER'        => '1.11',
-    },
-    optional => {
+        'B'            => '0',
     },
+    optional => {},
     build_requires => {
         'Test::More'      => '0.47',
         'Test::Exception' => '0.21',