Had duplicate version and authority in MethodProvider.pm
[gitmo/MooseX-AttributeHelpers.git] / Build.PL
index da4ff14..760febb 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.21',
+        'Class::MOP' => '0.47',
+        'Moose'      => '0.30',
     },
     optional => {
     },