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

NAME

Gentoo::Perl::Distmap::Map - A collection of CPAN dists mapped to Gentoo ones.

VERSION

version 0.1.0

ATTRIBUTES

store

METHODS

all_mapped_dists

        my @names = $instance->all_mapped_dists();

mapped_dists

        my @names = $instance->mapped_dists();

multi_repo_dists

        my @names = $instance->multi_repo_dists();

dists_in_repo

        my @names = $instance->dists_in_repo('gentoo');

to_rec

        my $datastructure = $instance->to_rec

CLASS METHODS

from_rec

        my $instance = G:P:D:Map->from_rec( $datastructure );

ATTRIBUTE METHODS

store -> store

AUTHOR

Kent Fredric <kentfredric@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Kent Fredric <kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.