[libmodule-build-perl] 02/06: Fix manual page extensions for Debian.
Florian Schlichting
fsfs at moszumanska.debian.org
Thu Sep 10 11:32:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libmodule-build-perl.
commit 1fbceee0c0b8eb8662811deb1761106ef44ff195
Author: Niko Tyni <ntyni at debian.org>
Date: Thu Aug 21 13:17:20 2014 +0200
Fix manual page extensions for Debian.
Notes:
Forwarded: not-needed
Reviewed-by: Florian Schlichting <fsfs at debian.org>
Patch-Name: man-ext
---
lib/Module/Build/Base.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Module/Build/Base.pm b/lib/Module/Build/Base.pm
index 1cbc61e..a6189a8 100644
--- a/lib/Module/Build/Base.pm
+++ b/lib/Module/Build/Base.pm
@@ -3212,7 +3212,7 @@ sub ACTION_manpages {
sub manify_bin_pods {
my $self = shift;
- my %podman_args = (section => 1, @_); # binaries go in section 1
+ my %podman_args = (section => '1p', @_); # binaries go in section 1
my $files = $self->_find_pods( $self->{properties}{bindoc_dirs},
exclude => [ $self->file_qr('\.bat$') ] );
@@ -3239,7 +3239,7 @@ sub manify_bin_pods {
sub manify_lib_pods {
my $self = shift;
- my %podman_args = (section => 3, @_); # libraries go in section 3
+ my %podman_args = (section => '3pm', @_); # libraries go in section 3
my $files = $self->_find_pods($self->{properties}{libdoc_dirs});
return unless keys %$files;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.git
More information about the Pkg-perl-cvs-commits
mailing list