Skip to content

Commit

Permalink
Depend on a stable version of Moose.
Browse files Browse the repository at this point in the history
Prevents a warning from MakeMaker.
  • Loading branch information
rafl committed Apr 8, 2009
1 parent 124f464 commit 00feab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -8,7 +8,7 @@ name 'MooseX-Emulate-Class-Accessor-Fast';
all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm';

# Specific dependencies
requires 'Moose' => '0.73_01';
requires 'Moose' => '0.74';
requires 'namespace::clean' => 0;
build_requires 'Test::More' => 0;

Expand Down

0 comments on commit 00feab7

Please sign in to comment.