projects
/
perl
/
modules
/
CPANPLUS-Dist-Gentoo.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2172d3b
)
Add an INSTALLATION paragraph to the doc
author
Vincent Pit <vince@profvince.com>
Sat, 23 Aug 2008 11:43:12 +0000 (13:43 +0200)
committer
Vincent Pit <vince@profvince.com>
Sat, 23 Aug 2008 11:43:12 +0000 (13:43 +0200)
lib/CPANPLUS/Dist/Gentoo.pm
patch
|
blob
|
history
diff --git
a/lib/CPANPLUS/Dist/Gentoo.pm
b/lib/CPANPLUS/Dist/Gentoo.pm
index 86a9d0c5215686d811998e21ac6704d66cbf608c..9da4ca102ad4b854eda5172d677545a3910eb780 100644
(file)
--- a/
lib/CPANPLUS/Dist/Gentoo.pm
+++ b/
lib/CPANPLUS/Dist/Gentoo.pm
@@
-40,6
+40,10
@@
This module is a CPANPLUS backend that recursively generates Gentoo ebuilds for
The generated ebuilds are placed into the section C<perl-gcpanp>. They favour depending on C<perl-core> or C<dev-perl> rather than C<perl-gcpanp>.
+=head1 INSTALLATION
+
+After installing this module, you should append C<perl-gcpanp> to your F</etc/portage/categories> file.
+
=head1 METHODS
All the methods are inherited from L<CPANPLUS::Dist::Base>. Please refer to its perldoc for precise information on what's done at each step.