r56458 - in /trunk/libwww-mechanize-treebuilder-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 18 13:21:10 UTC 2010


Author: gregoa
Date: Sun Apr 18 13:20:58 2010
New Revision: 56458

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56458
Log:
Add a patch to fix a spelling mistake.

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

Modified: trunk/libwww-mechanize-treebuilder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/changelog?rev=56458&op=diff
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/changelog Sun Apr 18 13:20:58 2010
@@ -5,6 +5,7 @@
   * Add /me to Uploaders.
   * Set Standards-Version to 3.8.4 (no changes).
   * debian/copyright: update formatting and third-party info.
+  * Add a patch to fix a spelling mistake.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 18 Apr 2010 15:06:13 +0200
 

Modified: trunk/libwww-mechanize-treebuilder-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/patches/series?rev=56458&op=diff
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/patches/series (original)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/patches/series Sun Apr 18 13:20:58 2010
@@ -1,1 +1,2 @@
 fixed-manpage-bad-entry.patch
+spelling.patch

Added: trunk/libwww-mechanize-treebuilder-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/patches/spelling.patch?rev=56458&op=file
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/patches/spelling.patch (added)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/patches/spelling.patch Sun Apr 18 13:20:58 2010
@@ -1,0 +1,17 @@
+Description: fix a spelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-04-18
+
+--- a/lib/WWW/Mechanize/TreeBuilder.pm
++++ b/lib/WWW/Mechanize/TreeBuilder.pm
+@@ -39,7 +39,7 @@ The anon-sub there is a bit icky, but th
+ add attributes to the C<< <p> >> tag (such as an id or a class) it will still
+ work and find the right tag.
+ 
+-All of the methods avaiable on L<HTML::Element> (that aren't 'private' - i.e. 
++All of the methods available on L<HTML::Element> (that aren't 'private' - i.e.
+ that don't begin with an underscore) such as C<look_down> or C<find> are
+ automatically delegated to C<< $mech->tree >> through the magic of Moose.
+ 




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