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

gregor herrmann gregoa at debian.org
Tue Jul 11 18:48:03 UTC 2017


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

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

commit d22348353bd606011135984d20e5ed0e005b938a
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 11 20:46:11 2017 +0200

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 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..7baf4d0
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-07-11
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122439
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122439
+
+--- a/lib/Catalyst.pm
++++ b/lib/Catalyst.pm
+@@ -4313,7 +4313,7 @@
+ when the application is in an unexpected state.
+ 
+ Before version 5.90070, the default used to be false. To keep the old
+-behaviour, you can explicitely set the value to false. E.g.
++behaviour, you can explicitly set the value to false. E.g.
+ 
+     __PACKAGE__->config(abort_chain_on_error_fix => 0);
+ 
+--- a/lib/Catalyst/Utils.pm
++++ b/lib/Catalyst/Utils.pm
+@@ -513,7 +513,7 @@
+ 
+     into        The Catalyst package to inject into (e.g. My::App)
+     component   The component package to inject
+-    traits      (Optional) ArrayRef of L<Moose::Role>s that the componet should consume.
++    traits      (Optional) ArrayRef of L<Moose::Role>s that the component should consume.
+     as          An optional moniker to use as the package name for the derived component
+ 
+ For example:

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



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