bindings/perl/Makefile.PL: Removed that `use 5.008007;' from yet another place.
authorFlorian Forster <octo@verplant.org>
Sun, 27 Jan 2008 15:45:07 +0000 (16:45 +0100)
committerFlorian 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

index f2ddf0a..2d272a8 100644 (file)
@@ -1,4 +1,4 @@
-use 5.008007;
+use 5.006;
 use ExtUtils::MakeMaker;
 
 my @OPING_PREFIX = (qw(/opt/oping /usr /usr/local));