[libtree-xpathengine-perl] 05/06: fix linitian warnings

Matanya Moses matanya at foss.co.il
Tue Dec 9 23:06:18 UTC 2014


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

matanya-guest pushed a commit to branch master
in repository libtree-xpathengine-perl.

commit 81de852857344316c754a21a0f5f359b7df41edf
Author: Matanya Moses <matanya at foss.co.il>
Date:   Tue Dec 9 17:38:28 2014 -0500

    fix linitian warnings
---
 debian/patches/fixspelling.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/debian/patches/fixspelling.patch b/debian/patches/fixspelling.patch
new file mode 100644
index 0000000..5025728
--- /dev/null
+++ b/debian/patches/fixspelling.patch
@@ -0,0 +1,22 @@
+Index: libtree-xpathengine-perl/lib/Tree/XPathEngine.pm
+===================================================================
+--- libtree-xpathengine-perl.orig/lib/Tree/XPathEngine.pm
++++ libtree-xpathengine-perl/lib/Tree/XPathEngine.pm
+@@ -841,7 +841,7 @@ sub _debug {
+ __END__
+ 
+ =head1 NAME
+-
++=encoding UTF-8
+ Tree::XPathEngine - a re-usable XPath engine
+ 
+ =head1 DESCRIPTION
+@@ -916,7 +916,7 @@ shouldn't have to touch most of that.
+ a regular expression used to match names (node names or attribute names)
+ by default it is qr/[A-Za-z_][\w.-]*/ in order to work under perl 5.6.n,
+ but you might want to use something like qr/\p{L}[\w.-]*/ in 5.8.n, to 
+-accomodate letter outside of the ascii range.
++accommodate letter outside of the ascii range.
+ 
+ =back
+ 

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



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