summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 40b25e6)
raw | patch | inline | side by side (parent: 40b25e6)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 1 Oct 2009 12:33:02 +0000 (14:33 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 1 Oct 2009 12:54:48 +0000 (14:54 +0200) |
bindings/perl/Changes | patch | blob | history | |
bindings/perl/META.yml | patch | blob | history | |
bindings/perl/lib/Net/Oping.pm | patch | blob | history |
diff --git a/bindings/perl/Changes b/bindings/perl/Changes
index 0795651744f34c4ae4c096768eb57b14eb52c15f..1f8e61678188e6a2133adf2b369e73db88eecffd 100644 (file)
--- a/bindings/perl/Changes
+++ b/bindings/perl/Changes
Revision history for Perl extension Net::Oping.
+1.21 Thu Oct 1 14:28:25 2009
+ - Fix an off-by-one error in `_ping_iterator_get_hostname' which caused
+ the trailing null-byte to be included in the strings that are the
+ keys of the hash returned by Net::Oping::ping. Thanks to Fredrik
+ Soderblom for reporting this issue and providing the patch.
+
1.20 Sat Jul 18 14:57:32 2009
- The `device' method has been added.
diff --git a/bindings/perl/META.yml b/bindings/perl/META.yml
index a8704fcafe7eeb13c7d9c0a29f3dbf9a82b025f1..74766ae5a9c5fa7520c9ea436428aba89f0c1940 100644 (file)
--- a/bindings/perl/META.yml
+++ b/bindings/perl/META.yml
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Net-Oping
-version: 1.20
+version: 1.21
version_from: lib/Net/Oping.pm
installdirs: site
requires:
index 47993dcc093e26b32ab74d169940ae28e75da949..bc109dc6cdd7609c75d7482f4e36e62c46545934 100644 (file)
use Carp (qw(cluck confess));
-our $VERSION = '1.20';
+our $VERSION = '1.21';
require XSLoader;
XSLoader::load ('Net::Oping', $VERSION);