[libcatalyst-component-instancepercontext-perl] 05/06: add a patch fixing POD spelling
Damyan Ivanov
dmn at moszumanska.debian.org
Wed May 14 09:49:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libcatalyst-component-instancepercontext-perl.
commit aab7f073850a5a4f0232bd3d81b67ca1df272b9f
Author: Damyan Ivanov <dmn at debian.org>
Date: Wed May 14 09:47:12 2014 +0000
add a patch fixing POD spelling
---
debian/patches/pod-spelling.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..b311ec5
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,16 @@
+Description: POD spelling
+ recieve -> receive
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=87236
+
+--- a/lib/Catalyst/Component/InstancePerContext.pm
++++ b/lib/Catalyst/Component/InstancePerContext.pm
+@@ -49,7 +49,7 @@ Your consuming class B<must> implement t
+
+ =head2 build_per_context_instance
+
+-The value returned by this call is what you will recieve when you call
++The value returned by this call is what you will receive when you call
+ $c->component('YourComponent').
+
+ =head1 PROVIDED METHODS
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad85da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-spelling.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-component-instancepercontext-perl.git
More information about the Pkg-perl-cvs-commits
mailing list