projects
/
gitmo/MooseX-Object-Pluggable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0e16871
)
Bump up the Moose dep because someone had trouble installing this with an old Moose
Shawn M Moore [Sun, 17 Feb 2008 18:41:49 +0000 (18:41 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f3feb7a
..
2ffe72f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-9,7
+9,7
@@
abstract 'Add plugin support to your Moose classes via roles.';
all_from 'lib/MooseX/Object/Pluggable.pm';
# Specific dependencies
-requires 'Moose' => 0.17;
+requires 'Moose' => 0.35;
requires 'Module::Pluggable::Object' => 0;
build_requires 'Test::More' => 0;