From: Florian Forster Date: Sat, 26 Jan 2008 16:20:31 +0000 (+0100) Subject: Net::Oping: Removed `use 5.008007;' because we (hopefully) don't need it. X-Git-Tag: Net-Oping-1.01~4 X-Git-Url: https://git.octo.it/?p=liboping.git;a=commitdiff_plain;h=85a8a2c795912fe1b54b1bd93061f39867dbb52e Net::Oping: Removed `use 5.008007;' because we (hopefully) don't need it. --- diff --git a/bindings/perl/lib/Net/Oping.pm b/bindings/perl/lib/Net/Oping.pm index d33c578..ffaaa1b 100644 --- a/bindings/perl/lib/Net/Oping.pm +++ b/bindings/perl/lib/Net/Oping.pm @@ -29,8 +29,6 @@ configuring the time of live (TTL) are not yet supported by this interface. =cut -use 5.008007; - use strict; use warnings; @@ -39,7 +37,7 @@ use Carp (qw(cluck confess)); our $VERSION = '1.00'; require XSLoader; -XSLoader::load('Net::Oping', $VERSION); +XSLoader::load ('Net::Oping', $VERSION); return (1); =head1 INTERFACE