From: Florian Forster Date: Sun, 27 Jan 2008 15:45:07 +0000 (+0100) Subject: bindings/perl/Makefile.PL: Removed that `use 5.008007;' from yet another place. X-Git-Tag: Net-Oping-1.02~4 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=631ee82121da414fb6804fcb69496576c8b777f2;p=liboping.git bindings/perl/Makefile.PL: Removed that `use 5.008007;' from yet another place. Why is everything kept in 1000 places in Perl modules? *argh* --- diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL index f2ddf0a..2d272a8 100644 --- a/bindings/perl/Makefile.PL +++ b/bindings/perl/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008007; +use 5.006; use ExtUtils::MakeMaker; my @OPING_PREFIX = (qw(/opt/oping /usr /usr/local));