projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
07adfb9
)
set Makefile.PL to bomb out for <5.8.1 at compile time
matthewt [Sun, 14 Oct 2007 22:33:47 +0000 (22:33 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-Declare@3820
bd8105ee
-0ff8-0310-8827-fb3f25b6796d
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
ca9a14b
..
ea6d149
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,6
+1,6
@@
use inc::Module::Install 0.67;
-require 5.008001;
+use 5.008001;
name 'Devel-Declare';
all_from 'lib/Devel/Declare.pm';