[libxml-xpathengine-perl] 03/05: add pod-spelling.patch fixing a couple of typos

Damyan Ivanov dmn at moszumanska.debian.org
Mon Jan 1 13:40:05 UTC 2018


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libxml-xpathengine-perl.

commit ded7e6b659a739699fb55ec62e10cb7254b0a1a1
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Jan 1 11:06:15 2018 +0000

    add pod-spelling.patch fixing a couple of typos
---
 debian/patches/pod-spelling.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..53dcfed
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,33 @@
+Description: a tiny typo in POD (mimick -> mimic)
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85391
+
+--- a/lib/XML/XPathEngine.pm
++++ b/lib/XML/XPathEngine.pm
+@@ -272,7 +272,7 @@ sub _tokenize {
+     
+     # Bug: We don't allow "'@' NodeType" which is in the grammar, but I think is just plain stupid.
+ 
+-    my $expected=''; # used to desambiguate conflicts (for REs)
++    my $expected=''; # used to disambiguate conflicts (for REs)
+ 
+     while( length($path))
+       { my $token='';
+@@ -1003,7 +1003,7 @@ XML::XPathEngine - a re-usable XPath eng
+ This module provides an XPath engine, that can be re-used by other
+ module/classes that implement trees.
+ 
+-In order to use the XPath engine, nodes in the user module need to mimick
++In order to use the XPath engine, nodes in the user module need to mimic
+ DOM nodes. The degree of similitude between the user tree and a DOM dictates 
+ how much of the XPath features can be used. A module implementing all of the
+ DOM should be able to use this module very easily (you might need to add
+@@ -1165,7 +1165,7 @@ backslashed), the C<imsx> modifiers can
+ 
+ L<XML::XPath>
+ 
+-L<HTML::TreeBuilder::XPath>, L<XML::Twig::XPath> for exemples of using this module
++L<HTML::TreeBuilder::XPath>, L<XML::Twig::XPath> for examples of using this module
+ 
+ L<Tree::XPathEngine> for a similar module for non-XML trees.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4c1eb07..11338ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-bareword-Step::-constants.patch
+pod-spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-xpathengine-perl.git



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