projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e5dcce8
)
require namespace::clean for dev
Graham Knop [Sun, 2 Mar 2014 12:30:20 +0000 (07:30 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9e656f5
..
dc36dd2
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-26,6
+26,7
@@
my %META = (
},
develop => { requires => {
Moo => 0,
+ ($] >= 5.008004 ? () : ('namespace::clean' => 0)),
} },
},
resources => {