[libpod-wsdl-perl] 04/07: dd patch correcting spelling mistakes in POD

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 08:43:46 UTC 2014


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

dmn pushed a commit to branch master
in repository libpod-wsdl-perl.

commit 7169f084eabea3be95df2b1b46e3e5718a2b993e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Jan 16 08:31:31 2014 +0000

    dd patch correcting spelling mistakes in POD
---
 debian/changelog                  |  1 +
 debian/patches/pod-spelling.patch | 42 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 44 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2486958..77286e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libpod-wsdl-perl (0.061-2) UNRELEASED; urgency=low
     Closes: #710981
   * Source format 3.0 (quilt)
   * add libtest-xml-perl to build-dependencies
+  * dd patch correcting spelling mistakes in POD
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 19 Jul 2011 14:45:44 +0200
 
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..9cde531
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,42 @@
+Description: spelling errors in POD
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: yes
+Bug: https://rt.cpan.org/Ticket/Display.html?id=92192
+
+--- a/lib/Pod/WSDL.pm
++++ b/lib/Pod/WSDL.pm
+@@ -509,7 +509,7 @@ Use the C<=begin>/C<=end> respectively t
+ 
+ =back
+ 
+-Any subroutine not preceeded by WSDL pod will be left unmentioned. Any standard pod will be ignored (though, for an exception to this, see the section on own complex types below).
++Any subroutine not preceded by WSDL pod will be left unmentioned. Any standard pod will be ignored (though, for an exception to this, see the section on own complex types below).
+ 
+ The individual instructions for Pod::WSDL always begin with a keyword, like C<_RETURN> or C<_DOC> or C<_FAULT>. After this different things may follow, according to the specific type of instruction. The instruction may take one or more lines - everything up to the next line beginning with a keyword or the end of the pod is belonging to the current instruction.
+ 
+--- a/lib/Pod/WSDL/Method.pm
++++ b/lib/Pod/WSDL/Method.pm
+@@ -323,19 +323,19 @@ name - name of the method, mandatory
+ 
+ =item
+ 
+-doc - a Pod::WSDL::Doc object, can be ommitted, use method doc later
++doc - a Pod::WSDL::Doc object, can be omitted, use method doc later
+ 
+ =item
+ 
+-return - a Pod::WSDL::Return object, can be ommitted, use method return later
++return - a Pod::WSDL::Return object, can be omitted, use method return later
+ 
+ =item
+ 
+-params - ref to array of Pod::WSDL::Param objects, can be ommitted, use addParam() later
++params - ref to array of Pod::WSDL::Param objects, can be omitted, use addParam() later
+ 
+ =item
+ 
+-faults - ref to array of Pod::WSDL::Fault objects, can be ommitted, use addFault() later
++faults - ref to array of Pod::WSDL::Fault objects, can be omitted, use addFault() later
+ 
+ =item
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e25d2db..e1f5c21 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+pod-spelling.patch
 fix-xml-comparison.patch

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



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