projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
38a574c
)
Fix test for perl version number in Makefile.PL
Rafael Garcia-Suarez [Thu, 29 Dec 2005 14:32:09 +0000 (14:32 +0000)]
p4raw-id: //depot/perl@26525
ext/Sys/Syslog/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Sys/Syslog/Makefile.PL
b/ext/Sys/Syslog/Makefile.PL
index
3a25d3f
..
2fa924c
100644
(file)
--- a/
ext/Sys/Syslog/Makefile.PL
+++ b/
ext/Sys/Syslog/Makefile.PL
@@
-45,7
+45,7
@@
if(eval {require ExtUtils::Constant; 1}) {
);
ExtUtils::Constant::WriteConstants(
- ($] > 5.0090002 ? (PROXYSUBS => 1) : ()),
+ ($] > 5.009002 ? (PROXYSUBS => 1) : ()),
NAME => 'Sys::Syslog',
NAMES => \@names,
);