From 631ee82121da414fb6804fcb69496576c8b777f2 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 27 Jan 2008 16:45:07 +0100 Subject: [PATCH] bindings/perl/Makefile.PL: Removed that `use 5.008007;' from yet another place. Why is everything kept in 1000 places in Perl modules? *argh* --- bindings/perl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.11.0