aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/g-cpan.pl.125
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 $