[libxml-libxml-simple-perl] 06/07: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Fri May 6 16:30:46 UTC 2016


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

gregoa pushed a commit to branch master
in repository libxml-libxml-simple-perl.

commit 60e0a05f46d039231d8619caf5186e65c5eeaeac
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 6 18:28:59 2016 +0200

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

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..a9e82b7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-06
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114211
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114211
+
+--- a/lib/XML/LibXML/Simple.pod
++++ b/lib/XML/LibXML/Simple.pod
+@@ -156,7 +156,7 @@
+ 
+ =item ContentKey => 'keyname' I<# seldom used>
+ 
+-When text content is parsed to a hash value, this option let's you specify a
++When text content is parsed to a hash value, this option lets you specify a
+ name for the hash key to override the default 'content'.  So for example:
+ 
+   XMLin('<opt one="1">Two</opt>', ContentKey => 'text')

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



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