projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4bd074c
)
Doh, forgot to increment the required Moose version before the latest release
Dave Rolsky [Fri, 22 Aug 2008 02:51:54 +0000 (
02:51
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1780c74
..
53a8c7f
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.51';
+requires 'Moose' => '0.55_01';
build_requires 'Test::More';
build_requires 'Test::Exception';