projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
619e949
)
Net::Oping: Removed `use 5.008007;' because we (hopefully) don't need it.
author
Florian Forster
<octo@verplant.org>
Sat, 26 Jan 2008 16:20:31 +0000
(17:20 +0100)
committer
Florian Forster
<octo@verplant.org>
Sat, 26 Jan 2008 16:20:31 +0000
(17:20 +0100)
bindings/perl/lib/Net/Oping.pm
patch
|
blob
|
history
diff --git
a/bindings/perl/lib/Net/Oping.pm
b/bindings/perl/lib/Net/Oping.pm
index
d33c578
..
ffaaa1b
100644
(file)
--- 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