adding in the new junk to this
[gitmo/MooseX-AttributeHelpers.git] / Build.PL
index f595d06..f49b1c7 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,7 +6,8 @@ my $build = Module::Build->new(
     module_name => 'MooseX::AttributeHelpers',
     license => 'perl',
     requires => {   
-        'Moose' => '0.24',
+        'Class::MOP' => '0.46',
+        'Moose'      => '0.30',
     },
     optional => {
     },