The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CPANPLUS::Dist::Gentoo::Maps - Map CPAN objects to Gentoo and vice versa.

VERSION

Version 0.11

DESCRPITON

This is an helper package to CPANPLUS::Dist::Gentoo.

FUNCTIONS

name_c2g $name

Maps a CPAN distribution name to its Gentoo counterpart.

license_c2g @licenses

Maps META.yml license tag values to the corresponding list of Gentoo licenses identifiers. Duplicates are stripped off.

The included data was gathered from Module::Install and Software::License.

version_c2g $name, $version

Converts the $version of a CPAN distribution $name to a Gentoo version.

perl_version_c2g $version

Converts a perl version as you can find it in prerequisites to a Gentoo version number.

SEE ALSO

CPANPLUS::Dist::Gentoo.

AUTHOR

Vincent Pit, <perl at profvince.com>, http://www.profvince.com.

You can contact me by mail or on irc.perl.org (vincent).

BUGS

Please report any bugs or feature requests to bug-cpanplus-dist-gentoo at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPANPLUS-Dist-Gentoo. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc CPANPLUS::Dist::Gentoo

COPYRIGHT & LICENSE

Copyright 2009,2010 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.