projects
/
gitmo/MooseX-Emulate-Class-Accessor-Fast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6466899
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
51b98c5
..
bd99f7a
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-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;