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

NAME

Class::Maker::Examples - example classes made with Class::Maker

SYNOPSIS

  use Class::Maker::Examples;

DESCRIPTION

This is an "example-pack" for Class::Maker. It contains a library of classes, which are more or less usable (more informative, then functional). I strongly encourage to read the source instead expecting too much from the documentation.

INGREDIENTS

Array - Complete object-oriented array class.

Auth - Class of authentication.

Commerce - Rudimentary shopping cart system.

Expirable - Class for exirable objects.

Human - Classes representing Humans (Groups/Roles).

Lockable - Classes for locking mechanisms

Soccer - Classes for a Soccer Betting Agency [german documentation only]

Obsessor - Obsesses other objects and functions as a methodcall dispatcher/forwarder

Trustee - An simple storage specialized on financial objects

EXPORT

None by default.

AUTHOR

Murat Uenalan, muenalan@cpan.org

SEE ALSO

Class::Maker