From: Vincent Pit Date: Fri, 17 Dec 2010 14:31:19 +0000 (+0100) Subject: Freshen C::D::G::Maps documentation X-Git-Tag: v0.12~15 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=767226606d8814fe22df55137330473be0b5c0cf Freshen C::D::G::Maps documentation --- diff --git a/lib/CPANPLUS/Dist/Gentoo/Maps.pm b/lib/CPANPLUS/Dist/Gentoo/Maps.pm index 8056caa..74ce24c 100644 --- a/lib/CPANPLUS/Dist/Gentoo/Maps.pm +++ b/lib/CPANPLUS/Dist/Gentoo/Maps.pm @@ -5,7 +5,7 @@ use warnings; =head1 NAME -CPANPLUS::Dist::Gentoo::Maps - Map CPAN objects to Gentoo and vice versa. +CPANPLUS::Dist::Gentoo::Maps - Map CPAN distribution names, version numbers and license identifiers to their Gentoo counterparts. =head1 VERSION @@ -31,7 +31,7 @@ close DATA; =head2 C -Maps a CPAN distribution name to its Gentoo counterpart. +Maps a CPAN distribution name to the corresponding Gentoo package name. =cut @@ -42,7 +42,7 @@ sub name_c2g { =head2 C -Maps F C tag values to the corresponding list of Gentoo licenses identifiers. +Maps F C tag values to the corresponding list of Gentoo license identifiers. Duplicates are stripped off. The included data was gathered from L and L. @@ -76,7 +76,7 @@ sub license_c2g { =head2 C -Converts the C<$version> of a CPAN distribution C<$name> to a Gentoo version. +Converts the C<$version> of a CPAN distribution C<$name> to a Gentoo version number. =cut @@ -260,7 +260,7 @@ sub version_c2g { =head2 C -Converts a perl version as you can find it in prerequisites to a Gentoo version number. +Converts a perl version number as you can find it in CPAN prerequisites to a Gentoo version number. =cut