[libdancer2-perl] 06/07: Add a patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sat Feb 13 18:37:45 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 54f15284035c78943ffbdb134629b78101337d80
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 13 19:35:15 2016 +0100

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 26 ++++++++++++++++++++++++++
 2 files changed, 27 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..ce7fbe7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,26 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-02-13
+Forwarded: https://github.com/PerlDancer/Dancer2/issues/1132
+Bug: https://github.com/PerlDancer/Dancer2/issues/1132
+
+--- a/lib/Dancer2/Core/App.pm
++++ b/lib/Dancer2/Core/App.pm
+@@ -1526,14 +1526,14 @@
+ 
+ Flag the response object as 'halted'.
+ 
+-If called during request dispatch, immediatly returns the response
++If called during request dispatch, immediately returns the response
+ to the dispatcher and after hooks will not be run.
+ 
+ =head2 pass
+ 
+ Flag the response object as 'passed'.
+ 
+-If called during request dispatch, immediatly returns the response
++If called during request dispatch, immediately returns the response
+ to the dispatcher.
+ 
+ =head2 forward

-- 
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