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

NAME

Gentoo::Perl::Distmap::RecordSet - A collection of Record objects representing versions in >1 repos.

VERSION

version 0.1.0

ATTRIBUTES

records

METHODS

has_versions

        if( $instance->has_versions() ) {
        
        }

is_multi_repo

        if ( $instance->is_multi_repo() ){

        }

in_repo

        if ( my @records = $instance->in_repo('gentoo') ) {
                /* records from gentoo only */
        }

to_rec

        my $datastructure = $instance->to_rec

CLASS METHODS

from_rec

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

ATTRIBUTE METHODS

records -> records

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.