projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0c4a6b7
)
Bump the minimum Moose version to 0.28, because we had a test failure from some guy...
Shawn M Moore [Sat, 26 Jan 2008 15:39:07 +0000 (15:39 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
3ebadad
..
6b00169
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';
+requires 'Moose' => '0.28';
build_requires 'Test::More';
build_requires 'Test::Exception';