[libcatalyst-perl] 02/04: add a patch fixing NAME section of C:Middleware::Stash POD

Damyan Ivanov dmn at moszumanska.debian.org
Wed Aug 13 21:05:06 UTC 2014


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

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

commit 8842276ab80aeeebb32ed18cb2f96afd4840a3ad
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Aug 13 20:34:53 2014 +0000

    add a patch fixing NAME section of C:Middleware::Stash POD
---
 debian/patches/man-whatis.patch | 23 +++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/man-whatis.patch b/debian/patches/man-whatis.patch
new file mode 100644
index 0000000..7c7c471
--- /dev/null
+++ b/debian/patches/man-whatis.patch
@@ -0,0 +1,23 @@
+Description: C::Middleware::Stash: =head1 TITLE -> NAME
+ Each manual page should start with a "NAME" section, which lists the
+ name and a brief description of the page separated by "\-". The "NAME"
+ section is parsed by lexgrog and used to generate a database that's
+ queried by commands like apropos and whatis. This tag indicates that
+ lexgrog was unable to parse the NAME section of this manual page.
+ .
+ Catalyst::Middleware::Stash for some reason has TITLE section which
+ otherwise contains exactly what a NAME section would contain. This
+ patch fixes that.
+Author: Damyan Ivanov <dmn at debian.org>
+
+--- a/lib/Catalyst/Middleware/Stash.pm
++++ b/lib/Catalyst/Middleware/Stash.pm
+@@ -50,7 +50,7 @@ sub call {
+   return $self->app->($env);
+ }
+ 
+-=head1 TITLE
++=head1 NAME
+ 
+ Catalyst::Middleware::Stash - The Catalyst stash - in middleware
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b641438
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+man-whatis.patch

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