[libtree-xpathengine-perl] 04/06: fix lintian errors

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 ee62dcdf14c28f8d13935b89f19fb8241901aaa2
Author: Matanya Moses <matanya at foss.co.il>
Date:   Tue Dec 9 17:30:04 2014 -0500

    fix lintian errors
---
 debian/control          | 2 +-
 debian/patches/series   | 1 +
 lib/Tree/XPathEngine.pm | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a928536..38d0d84 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Testsuite: autopkgtest-pkg-perl
 Package: libtree-xpathengine-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: libtree-xpathengine-perl provides a re-usable XPath engine
+Description: re-usable XPath engine
  Tree::XPathEngine provides an XPath engine, that can be re-used by other
  module/classes that implement trees.
  .
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..680baca
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fixspelling.patch
diff --git a/lib/Tree/XPathEngine.pm b/lib/Tree/XPathEngine.pm
index 13da0ff..24e5bd3 100644
--- a/lib/Tree/XPathEngine.pm
+++ b/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