[libcatalyst-plugin-cache-perl] 05/06: apply two patches about pod spelling/error

Damyan Ivanov dmn at moszumanska.debian.org
Wed May 14 07:45:21 UTC 2014


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

dmn pushed a commit to branch master
in repository libcatalyst-plugin-cache-perl.

commit 0c085ab41b1c5c98ed17f6f8c09229d11f47940a
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed May 14 07:44:04 2014 +0000

    apply two patches about pod spelling/error
---
 debian/patches/pod-errors.patch   | 16 ++++++++++++++++
 debian/patches/pod-spelling.patch | 18 ++++++++++++++++++
 debian/patches/series             |  2 ++
 3 files changed, 36 insertions(+)

diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
new file mode 100644
index 0000000..210d2ce
--- /dev/null
+++ b/debian/patches/pod-errors.patch
@@ -0,0 +1,16 @@
+Description: extra empty =item in POD
+ Causes POD errors when pod2man is run with stricter error modes
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display?id=95567
+
+--- a/lib/Catalyst/Plugin/Cache.pm
++++ b/lib/Catalyst/Plugin/Cache.pm
+@@ -441,8 +441,6 @@ When no default cache backend is configu
+ backend known to work well with the current L<Catalyst::Engine>. This is
+ a stub.
+ 
+-=item 
+-
+ =back
+ 
+ =head1 METADATA
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..694c25e
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,18 @@
+Description: POD spelling
+ invokation -> invocation
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display?id=95568
+
+Index: Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Store.pod
+===================================================================
+--- Catalyst-Plugin-Cache.orig/lib/Catalyst/Plugin/Cache/Store.pod	2014-05-12 09:56:25.339554057 +0300
++++ Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Store.pod	2014-05-12 11:12:25.380415251 +0300
+@@ -33,7 +33,7 @@
+ The method will get the backend name and configuration as it's first and second
+ arguments.
+ 
+-All invokation of the setup methods will be automatic, based on the
++All invocation of the setup methods will be automatic, based on the
+ configuration. However, the plugin must be loaded by the user.
+ 
+ Note that store plugins are only necessary if some configuration defaults that
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3176bc9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+pod-spelling.patch
+pod-errors.patch

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



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