[libsql-statement-perl] 05/06: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Fri May 6 18:55:39 UTC 2016


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

gregoa pushed a commit to branch master
in repository libsql-statement-perl.

commit 2ecab6bb01920eec1a053e51ce83266b6777ff03
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 6 20:53:24 2016 +0200

    Add a patch to fix a spelling mistake in the POD.
---
 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..f0343c1
--- /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=114216
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114216
+
+--- a/lib/SQL/Statement/Functions.pm
++++ b/lib/SQL/Statement/Functions.pm
+@@ -479,7 +479,7 @@
+ =head3 DECODE
+ 
+  # purpose   : compare the first argument against
+- #             succeding arguments at position 1 + 2N
++ #             succeeding arguments at position 1 + 2N
+  #             (N = 0 to (# of arguments - 2)/2), and if equal,
+  #				return the value of the argument at 1 + 2N + 1; if no
+  #             arguments are equal, the last argument value is returned

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



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