about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-11-13 18:21:45 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-11-13 18:21:45 +0000
commitc2fe21c50ceb473ceb80f1343948d9a172aec59d (patch)
treec29c01cbf45d9da033a9beafdab0f6366dc68c29 /Changes
parentab4b56a0c627ff9082ef9abe554ca6a68e83ac46 (diff)
downloadperl-libnet-c2fe21c50ceb473ceb80f1343948d9a172aec59d.tar.gz
Avoid "Argument ... isn't numeric in subroutine entry" warnings
Testing IO::Socket::* $VERSIONs can cause "Argument ... isn't numeric in
subroutine entry" warnings on some older perls (e.g. 5.8.8), even when
version.pm is updated to the latest version, if the module in question has
a "development" style version number like "1.79_01".

Fixes one problem reported in CPAN RT#100020.
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index c4d78b4..dc7a98c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl distribution libnet
 
 3.03 Development
 
+    - Fixed "Argument ... isn't numeric in subroutine entry" warnings when using
+      older versions of Perl.  [CPAN RT#100020]
+
     - Added optional Changes testing (skipped unless AUTHOR_TESTING).
 
     - Reformatted Changes file as per CPAN::Changes::Spec.