[libnet-akismet-perl] 06/07: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Sat Jun 24 14:34:47 UTC 2017


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

gregoa pushed a commit to branch master
in repository libnet-akismet-perl.

commit a3c556752e7f29e8eacb8f2de49aeb2049ef161e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 16:32:39 2017 +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..5276091
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: spelling fix
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-06-24
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122206
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122206
+
+--- a/lib/Net/Akismet.pm
++++ b/lib/Net/Akismet.pm
+@@ -128,7 +128,7 @@
+ 
+ 	$akismet->check(USER_IP => ..., COMMENT_CONTENT => ..., ...)
+ 
+-To be or not to be... C<check> is meant to tell you.  Give it enough details about the comment and expect C<'true'>, C<'false'> or C<undef> as a result.  C<'true'> means B<spam>, C<'false'> means B<not spam>, C<undef> is returned on errror in submission of the comment. 
++To be or not to be... C<check> is meant to tell you.  Give it enough details about the comment and expect C<'true'>, C<'false'> or C<undef> as a result.  C<'true'> means B<spam>, C<'false'> means B<not spam>, C<undef> is returned on error in submission of the comment.
+ 
+ Acceptable comment characteristics:
+ 

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



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