Mostly working implementation, but mixing with MX::AH isn't working
[gitmo/MooseX-ClassAttribute.git] / Build.PL
index af645e1..5656d7d 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,7 +6,13 @@ use Module::Build;
 my $builder = Module::Build->new
     ( module_name         => 'MooseX::ClassAttribute',
       license             => 'perl',
-      requires            => { 'Test::More' => 0,
+      requires            => { 'B'          => 0,
+                               'Exporter'   => 0,
+                               'Moose'      => 0.34,
+                               'Sub::Name'  => 0,
+                             },
+      build_requires      => { 'Scalar::Util' => 0,
+                               'Test::More'   => 0,
                              },
       create_makefile_pl  => 'passthrough',
       create_readme       => 1,