[libxml-dom-perl] 14/15: Add patch to fix POD errors and a typo

Florian Schlichting fsfs at moszumanska.debian.org
Sat Aug 15 14:47:42 UTC 2015


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

fsfs pushed a commit to branch master
in repository libxml-dom-perl.

commit dc4f3f0c4ea90c5799c26ceb60568cfb3e9188fa
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Aug 15 15:09:10 2015 +0200

    Add patch to fix POD errors and a typo
---
 debian/patches/pod_errors.patch | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 42 insertions(+)

diff --git a/debian/patches/pod_errors.patch b/debian/patches/pod_errors.patch
new file mode 100644
index 0000000..4718650
--- /dev/null
+++ b/debian/patches/pod_errors.patch
@@ -0,0 +1,41 @@
+Description: fix pod errors and a typo
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106472
+
+--- a/lib/XML/DOM/DocumentType.pod
++++ b/lib/XML/DOM/DocumentType.pod
+@@ -59,8 +59,12 @@
+ 
+ B<Not In DOM Spec>: See XML::DOM::ignoreReadOnly to edit the DocumentType etc.
+ 
++=back
++
+ =head2 Additional methods not in the DOM Spec
+ 
++=over 4
++
+ =item Creating and setting the DocumentType
+ 
+ A new DocumentType can be created with:
+--- a/lib/XML/DOM/Element.pod
++++ b/lib/XML/DOM/Element.pod
+@@ -159,6 +159,8 @@
+ 
+ =back
+ 
++=back
++
+ =head2 Additional methods not in the DOM Spec
+ 
+ =over 4
+--- a/lib/XML/DOM/Node.pod
++++ b/lib/XML/DOM/Node.pod
+@@ -347,7 +347,7 @@
+ 
+ =item getChildAtIndex (index)
+ 
+-Returns the child node at the specifed index or undef.
++Returns the child node at the specified index or undef.
+ 
+ =item addText (text)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2fac6d1..46753dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 encoding_test.patch
 output_encoding.patch
+pod_errors.patch

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



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