projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4a12b8
)
bindings/perl/Makefile.PL: Removed that `use 5.008007;' from yet another place.
author
Florian Forster
<octo@verplant.org>
Sun, 27 Jan 2008 15:45:07 +0000
(16:45 +0100)
committer
Florian Forster
<octo@verplant.org>
Sun, 27 Jan 2008 15:45:07 +0000
(16:45 +0100)
Why is everything kept in 1000 places in Perl modules? *argh*
bindings/perl/Makefile.PL
patch
|
blob
|
history
diff --git
a/bindings/perl/Makefile.PL
b/bindings/perl/Makefile.PL
index
f2ddf0a
..
2d272a8
100644
(file)
--- a/
bindings/perl/Makefile.PL
+++ b/
bindings/perl/Makefile.PL
@@
-1,4
+1,4
@@
-use 5.00
8007
;
+use 5.00
6
;
use ExtUtils::MakeMaker;
my @OPING_PREFIX = (qw(/opt/oping /usr /usr/local));