[libcgi-xml-perl] 08/10: Add patch to fix POD syntax errors.
gregor herrmann
gregoa at debian.org
Sat Jun 13 10:45:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcgi-xml-perl.
commit 0b7cb62fc09d70846f65ba4104ec672b75ea0cf7
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 13 12:43:40 2015 +0200
Add patch to fix POD syntax errors.
---
debian/patches/pod-syntax.patch | 41 +++++++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 42 insertions(+)
diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..6a90194
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,41 @@
+Description: syntax of item list
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-13
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105205
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105205
+
+--- a/XML.pm
++++ b/XML.pm
+@@ -91,29 +91,21 @@
+
+ =head1 METHODS
+
+-=item $q = new CGI::XML
+-
+ =over 4
+
++=item $q = new CGI::XML
++
+ creates a new instance of CGI::XML. You also have access
+ to all of the methods in CGI.pm.
+
+-=back
+-
+ =item $q->toXML([$root])
+
+-=over 4
+-
+ where B<$root> is an optional parameter that specifies
+ the root element. By default, B<toXML> will not return a root
+ element.
+
+-=back
+-
+ =item $q->toCGI($xml)
+
+-=over 4
+-
+ where B<$xml> is the XML you would like to convert
+ to CGI.pm parameters. Values in the XML will overwrite any
+ existing values if they exist.
diff --git a/debian/patches/series b/debian/patches/series
index bdbc962..02de19d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
fix_module_name.patch
+pod-syntax.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-xml-perl.git
More information about the Pkg-perl-cvs-commits
mailing list