projects
/
gitmo/MooseX-Emulate-Class-Accessor-Fast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
124f464
)
Depend on a stable version of Moose.
Florian Ragwitz [Wed, 8 Apr 2009 22:06:22 +0000 (
00:06
+0200)]
Prevents a warning from MakeMaker.
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
83b3dec
..
fb5430d
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-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;