r58343 - in /trunk/libwww-cnic-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 23 16:12:28 UTC 2010


Author: gregoa
Date: Sun May 23 16:12:17 2010
New Revision: 58343

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58343
Log:
Add new patch to fix some spelling mistakes.

Added:
    trunk/libwww-cnic-perl/debian/patches/spelling.patch
Modified:
    trunk/libwww-cnic-perl/debian/changelog
    trunk/libwww-cnic-perl/debian/patches/series

Modified: trunk/libwww-cnic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-cnic-perl/debian/changelog?rev=58343&op=diff
==============================================================================
--- trunk/libwww-cnic-perl/debian/changelog (original)
+++ trunk/libwww-cnic-perl/debian/changelog Sun May 23 16:12:17 2010
@@ -4,6 +4,7 @@
   * Update DEP3 patch headers.
   * Add /me to Uploaders.
   * Remove debian/README.source (quilt remnant).
+  * Add new patch to fix some spelling mistakes.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 23 May 2010 17:57:05 +0200
 

Modified: trunk/libwww-cnic-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-cnic-perl/debian/patches/series?rev=58343&op=diff
==============================================================================
--- trunk/libwww-cnic-perl/debian/patches/series (original)
+++ trunk/libwww-cnic-perl/debian/patches/series Sun May 23 16:12:17 2010
@@ -1,2 +1,3 @@
 fix-pod2man-errors.patch
 fix-manpage-whatis.patch
+spelling.patch

Added: trunk/libwww-cnic-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-cnic-perl/debian/patches/spelling.patch?rev=58343&op=file
==============================================================================
--- trunk/libwww-cnic-perl/debian/patches/spelling.patch (added)
+++ trunk/libwww-cnic-perl/debian/patches/spelling.patch Sun May 23 16:12:17 2010
@@ -1,0 +1,28 @@
+Description: spelling fixes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-05-23
+
+--- a/lib/WWW/CNic/Cookbook.pm
++++ b/lib/WWW/CNic/Cookbook.pm
+@@ -55,7 +55,7 @@
+ 
+ =head2 Doing a Domain Availability Search
+ 
+-The traditional method for checking the availability of a domain name is to query the registry's whois server, and do a pattern match against the response looking for indications that the domain is registered. This is not an optimal approach for several reasons - firstly, the whois protocol was never designed for it. Secondly, the lack of a whois record does not signify availablity. It also can't handle multiple lookups very well.
++The traditional method for checking the availability of a domain name is to query the registry's whois server, and do a pattern match against the response looking for indications that the domain is registered. This is not an optimal approach for several reasons - firstly, the whois protocol was never designed for it. Secondly, the lack of a whois record does not signify availability. It also can't handle multiple lookups very well.
+ 
+ The C<search> function is a very powerful way to check on the availability of a domain name. It allows you to check the availability of a domain name across one, several or all of CentralNic's suffixes.
+ 
+--- a/lib/WWW/CNic/Response/RegistrantTransfer.pm
++++ b/lib/WWW/CNic/Response/RegistrantTransfer.pm
+@@ -23,7 +23,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-Response module for transfering the domain registrant via the CentralNic Toolkit (http://toolkit.centralnic.com/). This module inherits all its methods from the base class, I<WWW::CNic::Response>.
++Response module for transferring the domain registrant via the CentralNic Toolkit (http://toolkit.centralnic.com/). This module inherits all its methods from the base class, I<WWW::CNic::Response>.
+ 
+ =head1 METHODS
+ 




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