From: Florian Forster Date: Sat, 18 Jul 2009 14:15:41 +0000 (+0200) Subject: Net::Oping: Set the $VERSION variable correctly. X-Git-Tag: liboping-1.3.0^0 X-Git-Url: https://git.octo.it/?p=liboping.git;a=commitdiff_plain;h=d0feb43395e766c2e2fc988d2ada8965595978ce;hp=9b5f7a6b4b8419b4689f7e8a36af065f2ec9d513 Net::Oping: Set the $VERSION variable correctly. --- diff --git a/bindings/perl/lib/Net/Oping.pm b/bindings/perl/lib/Net/Oping.pm index 9dff945..47993dc 100644 --- a/bindings/perl/lib/Net/Oping.pm +++ b/bindings/perl/lib/Net/Oping.pm @@ -61,7 +61,7 @@ use warnings; use Carp (qw(cluck confess)); -our $VERSION = '1.10'; +our $VERSION = '1.20'; require XSLoader; XSLoader::load ('Net::Oping', $VERSION);