projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
38cd366
)
bump version of strictures
matthewt [Sun, 5 Dec 2010 19:22:47 +0000 (19:22 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a2a7465
..
4883b75
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-15,7
+15,7
@@
my %BUILD_DEPS = (
my %RUN_DEPS = (
'Class::Method::Modifiers' => 1.05,
- 'strictures' => 1,
+ 'strictures' => 1.001001,
);
# have to do this since old EUMM dev releases miss the eval $VERSION line