Depend on a recent Moose to be compatible with the new meta method api.
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Makefile.PL
index 51b98c5..bd99f7a 100644 (file)
@@ -9,7 +9,7 @@ abstract 'Emulate Class::Accessor::Fast using attributes';
 all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm';
 
 # Specific dependencies
-requires 'Moose' => '0.31';
+requires 'Moose' => '0.73_01';
 requires 'namespace::clean' => 0;
 build_requires 'Test::More' => 0;