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

NAME

Gentoo::Perl::Distmap::Record - A Single Distmap Record

VERSION

version 0.1.3

ATTRIBUTES

category

package

repository

versions_gentoo

METHODS

add_version

        $instance->add_version('1.1');

has_versions

        if( $instance->has_versions ){

        }

enumerate_packages

        my @packages = $instance->enumerate_packages();

to_rec

        my $datastructure = $instance->to_rec

CLASS METHODS

from_rec

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

ATTRIBUTE METHODS

category -> category

package -> package

repository -> repository

versions_gentoo -> versions_gentoo

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.