diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-14 19:24:26 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-14 19:24:26 +0000 |
commit | dc0d75f8a504e725aa77a2de6ab994c7fbabf555 (patch) | |
tree | 5026b1aaa3869ced2d9d2cdf6c5f5bad1d0cb0a3 /man | |
parent | Major enhancements, most of which provided by Andy Payne <andrew-g@oxhut.co.u... (diff) | |
download | portage-cvs-dc0d75f8a504e725aa77a2de6ab994c7fbabf555.tar.gz portage-cvs-dc0d75f8a504e725aa77a2de6ab994c7fbabf555.tar.bz2 portage-cvs-dc0d75f8a504e725aa77a2de6ab994c7fbabf555.zip |
Updates for new function in perl-module, changes in g-cpan
Diffstat (limited to 'man')
-rw-r--r-- | man/g-cpan.pl.1 | 6 | ||||
-rw-r--r-- | man/perl-module.eclass.5 | 12 |
2 files changed, 10 insertions, 8 deletions
diff --git a/man/g-cpan.pl.1 b/man/g-cpan.pl.1 index 331583b..de99a3d 100644 --- a/man/g-cpan.pl.1 +++ b/man/g-cpan.pl.1 @@ -18,8 +18,12 @@ Here we install Jabber::RPC .SH "AUTHORS" J Robert Ray <jrray@gentoo.org> (g-cpan.pl) .br +RAC <rac@gentoo.org> +.br +mcummings <mcummings@gentoo.org> +.br Sven Vermeulen <swift@gentoo.org> (manpage) .SH "REPORTING BUGS" Please report bugs via http://bugs.gentoo.org/ .SH "CVS HEADER" -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/Attic/g-cpan.pl.1,v 1.3 2004/09/17 00:17:10 vapier Exp $ +$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/Attic/g-cpan.pl.1,v 1.4 2005/03/14 19:24:26 mcummings Exp $ diff --git a/man/perl-module.eclass.5 b/man/perl-module.eclass.5 index 5c324b1..d018bfe 100644 --- a/man/perl-module.eclass.5 +++ b/man/perl-module.eclass.5 @@ -6,12 +6,6 @@ The \fBperl-module\fR eclass is used for the compilation, testing, and installation of perl modules within the portage system, following vanilla procedure for modules using either \fBExtUtils::MakeMaker\fR(3pm) or \fBModule::Builder\fR(3pm). -.SH "VARIABLES" -.TP -.B "style" = \fI"[builder|makemaker]"\fR -This variable allows you to choose which package to use as the default -for building the module. If you do not specify a \fIstyle\fR, then -the default \fBExtUtils::MakeMaker\fR(3pm) will be used. .SH "FUNCTIONS" .TP .B perl-module_src_prep @@ -44,6 +38,10 @@ Calls \fBupdatepod\fR. .B perl-module_pkg_postrm Calls \fBupdatepod\fR. .TP +.B fixlocalpod +Handles the building of the perllocal.pod files to avoid collisions with +an existing perllocal.pod. +.TP .B perlinfo Updates the gentoo-pods documentation. .TP @@ -63,4 +61,4 @@ Michael Cummings <mcummings@gentoo.org> .br Mike Frysinger <vapier@gentoo.org> .SH "CVS HEADER" -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/perl-module.eclass.5,v 1.4 2005/02/10 01:37:36 vapier Exp $ +$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/perl-module.eclass.5,v 1.5 2005/03/14 19:24:26 mcummings Exp $ |