projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7ec24bb
)
Require Moose 0.57
0.11
Dave Rolsky [Fri, 5 Sep 2008 13:18:15 +0000 (13:18 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
400e11d
..
516ba7d
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.56';
+requires 'Moose' => '0.57';
build_requires 'Test::More';
build_requires 'Test::Exception';