diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-28 05:32:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-28 05:32:10 +0000 |
commit | be77c82501b53cc95400964d3c22f639de78ee85 (patch) | |
tree | 372fd24ad3f3d30303109e34ba05828663ee6f40 /man | |
parent | update to be more like all the other manpages (diff) | |
download | portage-cvs-be77c82501b53cc95400964d3c22f639de78ee85.tar.gz portage-cvs-be77c82501b53cc95400964d3c22f639de78ee85.tar.bz2 portage-cvs-be77c82501b53cc95400964d3c22f639de78ee85.zip |
g-cpan manpage #39473
Diffstat (limited to 'man')
-rw-r--r-- | man/g-cpan.pl.1 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/man/g-cpan.pl.1 b/man/g-cpan.pl.1 new file mode 100644 index 0000000..e7a40d3 --- /dev/null +++ b/man/g-cpan.pl.1 @@ -0,0 +1,25 @@ +.TH "G-CPAN.PL" "1" "Feb 2004" "Portage 2.0.50" "Portage" +.SH NAME +g-cpan.pl \- install CPAN-provided Perl modules using Gentoo's Portage +.SH SYNOPSIS +\fBg-cpan.pl\fR <\fImodule-name\fR> +.SH "DESCRIPTION" +.B g-cpan.pl +is a perl script that installs a CPAN module (including its +dependencies) using Gentoo's Portage. It saves dependency information and +stored files as if they were installed through a regular ebuild. + +The first time you run \fBg-cpan.pl\fR, it will ask you to setup your CPAN +environment. Most users can agree with the defaults asked. +.SH "EXAMPLES" +Here we install Jabber::RPC + +# \fBg-cpan.pl Jabber::RPC\fR +.SH "AUTHORS" +J Robert Ray <jrray@gentoo.org> (g-cpan.pl) +.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.1 2004/02/28 05:32:10 vapier Exp $ |