about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-01-03 17:40:35 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-01-03 17:40:35 +0000
commitdbaaec8341d33295fa84818acc941f46bd3e642c (patch)
treee27f70ac3e299375dcba92565a06bc4d896fde66
parent004cdd23f4bee1da2e0a6821bcb51a58900a97c7 (diff)
downloadperl-libnet-dbaaec8341d33295fa84818acc941f46bd3e642c.tar.gz
POD fixes
Patch by Dominic Hargreaves from CPAN RT#91761 (plus $VERSION bump).
-rw-r--r--Changes3
-rw-r--r--Net/Config.pm18
2 files changed, 12 insertions, 9 deletions
diff --git a/Changes b/Changes
index 98b2647..e8ef612 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+
+  * POD fixes [Dominic Hargreaves; resolves CPAN RT#91761]
+
 libnet 1.23  -- Mon Aug 12 2013
 
   * Typo fixes [David Steinbrunner; resolves CPAN RT#87681]
diff --git a/Net/Config.pm b/Net/Config.pm
index 885d9cb..ba16332 100644
--- a/Net/Config.pm
+++ b/Net/Config.pm
@@ -13,7 +13,7 @@ use strict;
 
 @EXPORT  = qw(%NetConfig);
 @ISA     = qw(Net::LocalCfg Exporter);
-$VERSION = "1.12";
+$VERSION = "1.13";
 
 eval { local $SIG{__DIE__}; require Net::LocalCfg };
 
@@ -213,23 +213,23 @@ sequence of commands that Net::FTP will use
 
 =over 4
 
-=item 0
+=item 0Z<>
 
 There is no firewall
 
-=item 1
+=item 1Z<>
 
      USER user@remote.host
      PASS pass
 
-=item 2
+=item 2Z<>
 
      USER fwuser
      PASS fwpass
      USER user@remote.host
      PASS pass
 
-=item 3
+=item 3Z<>
 
      USER fwuser
      PASS fwpass
@@ -237,7 +237,7 @@ There is no firewall
      USER user
      PASS pass
 
-=item 4
+=item 4Z<>
 
      USER fwuser
      PASS fwpass
@@ -245,19 +245,19 @@ There is no firewall
      USER user
      PASS pass
 
-=item 5
+=item 5Z<>
 
      USER user@fwuser@remote.site
      PASS pass@fwpass
 
-=item 6
+=item 6Z<>
 
      USER fwuser@remote.site
      PASS fwpass
      USER user
      PASS pass
 
-=item 7
+=item 7Z<>
 
      USER user@remote.host
      PASS pass