Net::Oping: Removed `use 5.008007;' because we (hopefully) don't need it.
[liboping.git] / 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