X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo%2FMaps.pm;h=787dc896f92faabc7b611f640150c7f530c83bb0;hb=ace21f357ef35a3f55f75362ed0d991fc83f22e6;hp=8056caad2cee1d034061a11909678d0604e6e09b;hpb=be982bd595059880773785ac66270369de53a309;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/lib/CPANPLUS/Dist/Gentoo/Maps.pm b/lib/CPANPLUS/Dist/Gentoo/Maps.pm index 8056caa..787dc89 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 @@ -306,7 +306,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.