about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-10-07 13:57:06 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-10-07 13:57:06 +0100
commit6b249e0122f764e186b14f7a7663a0ffd3055121 (patch)
tree6ea8e898587ef327c197606c426ce8cafdcc1d45 /Changes
parentd3f979bc23484557d092f464afb2c6f8759237b1 (diff)
downloadperl-libnet-6b249e0122f764e186b14f7a7663a0ffd3055121.tar.gz
Improve code()/message() initialization and error handling in Net::Cmd
Amongst other things, this fixes a problem of obsolete error codes being
returned after connection failure.

Patch by Tom Metro <tmetro@cpan.org> on CPAN RT#14875 with minor changes
by the committer to apply the patch to the current source.
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index b65075a..c49cfb6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 libnet 1.28  -- TODO
 
+  * Improve code()/message() initialization and error handling in Net::Cmd
+    [Tom Metro; resolves CPAN RT#14875]
   * Don't use the ALLO command on FTP servers that don't support it.  [Resolves
     CPAN RT#95717]
   * Stop Makefile.PL from requiring interactive configuration when running via