[libxml-hash-lx-perl] 09/13: Add patch fixing spelling errors in manpage

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 12:36:38 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libxml-hash-lx-perl.

commit 6bf160d736b067031ee47709480cf68b00536f3f
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 14 09:08:40 2015 -0300

    Add patch fixing spelling errors in manpage
---
 debian/patches/fix_spelling_error_in_manpage.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/fix_spelling_error_in_manpage.patch b/debian/patches/fix_spelling_error_in_manpage.patch
new file mode 100644
index 0000000..038be43
--- /dev/null
+++ b/debian/patches/fix_spelling_error_in_manpage.patch
@@ -0,0 +1,26 @@
+Description: fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-08-14
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106448
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106448
+
+--- a/lib/XML/Hash/LX.pm
++++ b/lib/XML/Hash/LX.pm
+@@ -86,7 +86,7 @@ C<xml2hash> and C<hash2xml> are exported
+ 
+ =head2 :inject
+ 
+-Inject toHash method in the namespace of L<XML::LibXML::Node> and allow to call it on any subclass of L<XML::LibXML::Node> directly
++Inject toHash method in the namespace of L<XML::LibXML::Node> and allow one to call it on any subclass of L<XML::LibXML::Node> directly
+ 
+ By default is disabled
+ 
+@@ -133,7 +133,7 @@ Key name for storing text
+ 
+ =item join [ = '' ]
+ 
+-Join separator for text nodes, splitted by subnodes
++Join separator for text nodes, split by subnodes
+ 
+ Ignored when C<order> in effect
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b05c295
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling_error_in_manpage.patch

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



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