NAME
Gentoo::Perl::Distmap::Map - A collection of CPAN
distributions mapped to Gentoo
ones.
VERSION
version 0.2.0
ATTRIBUTES
store
METHODS
all_mapped_dists
my @names = $instance ->all_mapped_dists();
|
all_mapped_dists_data
my @data = $instance ->all_mapped_dists_data()
|
mapped_dists
my @names = $instance ->mapped_dists();
|
mapped_dists_data
my @data = $instance ->mapped_dists_data()
|
multi_repository_dists
my @names = $instance ->multi_repository_dists();
|
multi_repository_dists_data
my @data = $instance ->multi_repository_dists_data()
|
dists_in_repository
my @names = $instance ->dists_in_repository( 'gentoo' );
|
dists_in_repository_data
my @data = $instance ->dists_in_repository_data( 'gentoo' );
|
add_version
$instance ->add_version(
distribution => 'Perl-Dist-Name'
category => 'gentoo-category-name' ,
package => 'gentoo-package-name' ,
version => 'gentoo-version' ,
repository => 'gentoo-repository-name' ,
);
|
to_rec
my $datastructure = $instance ->to_rec
|
CLASS METHODS
from_rec
my $instance = G:P:D:Map->from_rec( $datastructure );
|
ATTRIBUTE METHODS
store -> store
store_keys -> store.keys
AUTHOR
Kent Fredric <kentfredric@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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.