projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0272982
)
Will require the next Moose
Dave Rolsky [Mon, 15 Sep 2008 17:08:57 +0000 (17:08 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
516ba7d
..
362d291
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,7
+5,7
@@
use inc::Module::Install;
name 'MooseX-Singleton';
all_from 'lib/MooseX/Singleton.pm';
-requires 'Moose' => '0.57';
+requires 'Moose' => '0.58';
build_requires 'Test::More';
build_requires 'Test::Exception';