[libwww-wikipedia-perl] 12/15: Add patch to fix language mistakes in the docs.

gregor herrmann gregoa at debian.org
Wed Dec 23 17:54:23 UTC 2015


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

gregoa pushed a commit to branch master
in repository libwww-wikipedia-perl.

commit 1bd682c99f08cad468abd9352a3590b4b1414373
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 23 18:43:40 2015 +0100

    Add patch to fix language mistakes in the docs.
---
 debian/patches/language.patch | 25 +++++++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/language.patch b/debian/patches/language.patch
new file mode 100644
index 0000000..7a42b55
--- /dev/null
+++ b/debian/patches/language.patch
@@ -0,0 +1,25 @@
+Description: fix language mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-12-23
+
+--- a/lib/WWW/Wikipedia.pm
++++ b/lib/WWW/Wikipedia.pm
+@@ -84,7 +84,7 @@
+ 
+    my $wiki = WWW::Wikipedia->new( clean_html => 1 );
+ 
+-See C<clean_html> documentation bellow for details.
++See C<clean_html> documentation below for details.
+ 
+ =cut
+ 
+@@ -128,7 +128,7 @@
+ 
+ =head2 clean_html()
+ 
+-Allows to get/set if HTML is being stripped out.
++Allows you to get/set if HTML is being stripped out.
+ 
+     # set HTML strip
+     $wiki->clean_html( 1 );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f0540bd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+language.patch

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



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