[SCM] Debian packaging of HTML-TokeParser-Simple CPAN distribution branch, master, updated. debian/3.15-1-15-g837b9d9
gregor herrmann
gregoa at debian.org
Sat Mar 30 12:38:02 UTC 2013
The following commit has been merged in the master branch:
commit e9cceaea8820f111d74301d1254ace2abfd88597
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Mar 30 13:35:15 2013 +0100
Add a patch to fix some spelling mistakes in the POD.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..60f2ee7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,35 @@
+Description: spelling fixed
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=84306
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=84306
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-03-30
+
+--- a/lib/HTML/TokeParser/Simple.pm
++++ b/lib/HTML/TokeParser/Simple.pm
+@@ -164,7 +164,7 @@
+ =head2 C<new($source_type, $source)>
+
+ If you wish to be more explicit, there is a new style of
+-constructor avaiable.
++constructor available.
+
+ my $parser = HTML::TokeParser::Simple->new(file => $filename);
+ # or
+@@ -554,14 +554,14 @@
+
+ =head1 CAVEATS
+
+-For compatability reasons with C<HTML::TokeParser>, methods that return
++For compatibility reasons with C<HTML::TokeParser>, methods that return
+ references are violating encapsulation and altering the references directly
+ B<will> alter the state of the object. Subsequent calls to C<rewrite_tag()>
+ can thus have unexpected results. Do not alter these references directly
+ unless you are following behavior described in these docs. In the future,
+ certain methods such as C<get_attr>, C<get_attrseq> and others may return a
+ copy of the reference rather than the original reference. This behavior has
+-not yet been changed in order to maintain compatability with previous versions
++not yet been changed in order to maintain compatibility with previous versions
+ of this module. At the present time, your author is not aware of anyone taking
+ advantage of this "feature," but it's better to be safe than sorry.
+
--
Debian packaging of HTML-TokeParser-Simple CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list