POOF::Collection - Perl extension that provides stronger typing, encapsulation


POOF documentation  | view source Contained in the POOF distribution.

Index


NAME

Top

POOF::Collection - Perl extension that provides stronger typing, encapsulation and inheritance but unlike POOF it has an array as the core structure.

SYNOPSIS

Top

    package MyClass;
    use base qw(POOF::Collection);

DESCRIPTION

Top

A collection is like a list but it allows for methods that manipulate its own contents. It also enforces the type of its elements. Most of the information on POOF applies to POOF::Collections except thing that relate to properties and groups since the collection class does not have properties or groups only collection elements.

SEE ALSO

Top

POOF man page.

AUTHOR

Top

Benny Millares <bmillares@cpan.org>

COPYRIGHT AND LICENSE

Top


POOF documentation  | view source Contained in the POOF distribution.