adding method meta-object so that you can differentiate between provided methods...
[gitmo/MooseX-AttributeHelpers.git] / Build.PL
index f887a07..da4ff14 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,7 +6,7 @@ my $build = Module::Build->new(
     module_name => 'MooseX::AttributeHelpers',
     license => 'perl',
     requires => {   
-        'Moose'        => '0.19',
+        'Moose'        => '0.21',
     },
     optional => {
     },