X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo.pm;h=9da4ca102ad4b854eda5172d677545a3910eb780;hb=1f13b9fecfb0fc4e23b5f94ebdbc983217515b49;hp=4a3c275593740e271479e0777e9233b651a5e981;hpb=3fe1cf15912402baf940ae163c50cc6526cf2c5d;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index 4a3c275..9da4ca1 100644 --- 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. They favour depending on C or C rather than C. +=head1 INSTALLATION + +After installing this module, you should append C to your F file. + =head1 METHODS All the methods are inherited from L. Please refer to its perldoc for precise information on what's done at each step. @@ -209,7 +213,7 @@ sub create { $a .= '-' . $_->[1]; } '|| ( ' . join(' ', map "$x$_/$a", - qw/perl-core dev-perl/, CATEGORY) # perl-gcpan ? + qw/perl-core dev-perl perl-gcpan/, CATEGORY) . ' )'; } @{$stat->deps}; $d .= "\"\n";