Depend on a recent Moose to be compatible with the new meta method api.
Florian Ragwitz [Wed, 8 Apr 2009 21:31:17 +0000 (23:31 +0200)]
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;