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

gregor herrmann gregoa at debian.org
Wed Aug 12 10:28:50 UTC 2015


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

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

commit db7714b1541bf91276d8bfd97f4cb0e77d9b0cc6
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 12 11:54:26 2015 +0200

    Add a patch to fix some spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 58 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index b641438..7331d71 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 man-whatis.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..ccc0b42
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,58 @@
+Description: fix some spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-08-12
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106386
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106386
+
+--- a/lib/Catalyst.pm
++++ b/lib/Catalyst.pm
+@@ -2812,7 +2812,7 @@
+     MyApp::TraitFor::Request::Foo
+     Catalyst::TraitFor::Request::Foo
+ 
+-The namespace part 'TraitFor::Request' was choosen to assist in backwards
++The namespace part 'TraitFor::Request' was chosen to assist in backwards
+ compatibility with L<CatalystX::RoleApplicator> which previously provided
+ these features in a stand alone package.
+   
+@@ -2843,7 +2843,7 @@
+     MyApp::TraitFor::Response::Foo
+     Catalyst::TraitFor::Responset::Foo
+ 
+-The namespace part 'TraitFor::Response' was choosen to assist in backwards
++The namespace part 'TraitFor::Response' was chosen to assist in backwards
+ compatibility with L<CatalystX::RoleApplicator> which previously provided
+ these features in a stand alone package.
+ 
+@@ -4031,7 +4031,7 @@
+     MyApp::TraitFor::Stats::Foo
+     Catalyst::TraitFor::Stats::Foo
+ 
+-The namespace part 'TraitFor::Stats' was choosen to assist in backwards
++The namespace part 'TraitFor::Stats' was chosen to assist in backwards
+ compatibility with L<CatalystX::RoleApplicator> which previously provided
+ these features in a stand alone package.
+ 
+--- a/lib/Catalyst/Contributing.pod
++++ b/lib/Catalyst/Contributing.pod
+@@ -2,7 +2,7 @@
+ 
+ =head1 Name
+ 
+-Catalyst::Contributing - Contributing to Catalyst and Change managment
++Catalyst::Contributing - Contributing to Catalyst and Change management
+ 
+ =head1 Description
+ 
+--- a/lib/Catalyst/Upgrading.pod
++++ b/lib/Catalyst/Upgrading.pod
+@@ -207,7 +207,7 @@
+ 
+ =head2 More backwards compatibility options with UTF-8 changes
+ 
+-In order to give better backwards compatiblity with the 5.90080+ UTF-8 changes
++In order to give better backwards compatibility with the 5.90080+ UTF-8 changes
+ we've added several configuration options around control of how we try to decode
+ your URL keywords / query parameters.
+ 

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