projects
/
p5sagit/Eval-WithLexicals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
52ec472
)
strictures is a runtime prereq
Graham Knop [Tue, 30 Jun 2015 13:24:21 +0000 (09:24 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
5644427
..
8aa7afa
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-12,12
+12,12
@@
my %META = (
test => {
requires => {
'Test::More' => 0.94,
- 'strictures' => 1,
},
},
runtime => {
requires => {
'Moo' => '0.009006',
+ 'strictures' => 1,
'perl' => 5.008,
},
},