[libdancer2-perl] 03/04: Add a patch to fix a typo in the POD.

gregor herrmann gregoa at debian.org
Fri Dec 23 00:34:46 UTC 2016


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

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

commit 6ecc023fe85d702692f138b0cbaaca3d89bbfebc
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 23 01:32:05 2016 +0100

    Add a patch to fix a typo 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
index 284c926..d6593ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove-eumm-version-req.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..4478573
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: typo fix
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-12-23
+Forwarded: https://github.com/PerlDancer/Dancer2/pull/1300
+Bug: https://github.com/PerlDancer/Dancer2/pull/1300
+
+--- a/lib/Dancer2/Core/Response.pm
++++ b/lib/Dancer2/Core/Response.pm
+@@ -328,7 +328,7 @@
+ Encodes the stored content according to the stored L<content_type>.  If the content_type
+ is a text format C<^text>, then no encoding will take place.
+ 
+-Interally, it uses the L<is_encoded> flag to make sure that content is not encoded twice.
++Internally, it uses the L<is_encoded> flag to make sure that content is not encoded twice.
+ 
+ If it encodes the content, then it will return the encoded content.  In all other
+ cases it returns C<false>.

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



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