projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7151165
)
set Makefile.PL to bomb out for <5.8.1
Matt S Trout [Sun, 14 Oct 2007 22:33:00 +0000 (22:33 +0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
f786a18
..
5f9efc8
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-2,6
+2,7
@@
Changes for Devel-Declare
0.001001
- compilation fixes for 5.8.1+
+ - set Makefile.PL to bomb out for <5.8.1
0.001000
- Initial release to CPAN
diff --git
a/Makefile.PL
b/Makefile.PL
index
e2aec53
..
ca9a14b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,5
+1,7
@@
use inc::Module::Install 0.67;
+require 5.008001;
+
name 'Devel-Declare';
all_from 'lib/Devel/Declare.pm';