r76901 - in /trunk/libio-socket-socks-perl/debian/patches: ./ series spelling-error.patch

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Fri Jul 1 22:13:19 UTC 2011


Author: fabreg-guest
Date: Fri Jul  1 22:13:17 2011
New Revision: 76901

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76901
Log:
Added d/patches dir.

Added:
    trunk/libio-socket-socks-perl/debian/patches/
    trunk/libio-socket-socks-perl/debian/patches/series
    trunk/libio-socket-socks-perl/debian/patches/spelling-error.patch

Added: trunk/libio-socket-socks-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/patches/series?rev=76901&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/patches/series (added)
+++ trunk/libio-socket-socks-perl/debian/patches/series Fri Jul  1 22:13:17 2011
@@ -1,0 +1,1 @@
+spelling-error.patch

Added: trunk/libio-socket-socks-perl/debian/patches/spelling-error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/patches/spelling-error.patch?rev=76901&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/patches/spelling-error.patch (added)
+++ trunk/libio-socket-socks-perl/debian/patches/spelling-error.patch Fri Jul  1 22:13:17 2011
@@ -1,0 +1,33 @@
+Description: Fixing man page
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Last-Update: 2011-07-01
+Forwarded: no
+--- a/lib/IO/Socket/Socks.pm
++++ b/lib/IO/Socket/Socks.pm
+@@ -2036,7 +2036,7 @@
+ =head3 new_from_socket($socket, %cfg)
+ 
+ Creates a new IO::Socket::Socks client object.  new_from_socket() is the same as
+-new(), but allows to create object from an existing socket. Both takes the following
++new(), but allows one to create object from an existing socket. Both takes the following
+ config hash:
+ 
+   SocksVersion => 4 or 5. Default is 5
+@@ -2146,7 +2146,7 @@
+ =head3
+ command( %cfg )
+ 
+-Allows to execute socks command on already opened socket. Thus you
++Allows one to execute socks command on already opened socket. Thus you
+ can create socks chain. For example see L</EXAMPLES> section.
+ 
+ %cfg is like hash in the constructor. Only options listed below makes sence:
+@@ -2182,7 +2182,7 @@
+ =head3 new_from_socket($socket, %cfg)
+ 
+ Creates a new IO::Socket::Socks server object. new_from_socket() is the same as
+-new(), but allows to create object from an existing socket. Both takes the following
++new(), but allows one to create object from an existing socket. Both takes the following
+ config hash:
+ 
+   SocksVersion => 4 for socks v4, 5 for socks v5. Default is 5




More information about the Pkg-perl-cvs-commits mailing list