From: Vincent Pit Date: Sat, 29 Nov 2008 19:36:31 +0000 (+0100) Subject: Doc tweaks X-Git-Tag: v0.03~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=ef6ab2dc2aad177406be631c35161d4aed6a5eee Doc tweaks --- diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index 196683b..e9a66f9 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -36,9 +36,9 @@ our $VERSION = '0.02_01'; =head1 DESCRPITON -This module is a CPANPLUS backend that recursively generates Gentoo ebuilds for a given package in the specified overlay (defaults to C), update the manifest, and even emerge it (together with its dependencies) if the user requires it. You need write permissions on the directory where Gentoo fetches its source files (usually C). +This module is a CPANPLUS backend that recursively generates Gentoo ebuilds for a given package in the specified overlay (defaults to F), updates the manifest, and even emerges it (together with its dependencies) if the user requires it. You need write permissions on the directory where Gentoo fetches its source files (usually F). You also need to specify the correct keyword for your architecture if it differs from the default C. -The generated ebuilds are placed into the section C. They favour depending on C or C rather than C. +The generated ebuilds are placed into the C category. They favour depending on C, C or C (in that order) rather than C. =head1 INSTALLATION @@ -46,7 +46,7 @@ After installing this module, you should append C to your F. Please refer to its perldoc for precise information on what's done at each step. +All the methods are inherited from L. Please refer to its documentation for precise information on what's done at each step. =cut