Net::Oping: Removed `use 5.008007;' because we (hopefully) don't need it.
authorFlorian Forster <octo@verplant.org>
Sat, 26 Jan 2008 16:20:31 +0000 (17:20 +0100)
committerFlorian Forster <octo@verplant.org>
Sat, 26 Jan 2008 16:20:31 +0000 (17:20 +0100)
bindings/perl/lib/Net/Oping.pm

index d33c578..ffaaa1b 100644 (file)
@@ -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