NAME

Class::Accessor::Lite - a minimalistic variant of Class::Accessor

SYNOPSIS

package MyPackage;

use Class::Accessor::Lite;

Class::Accessor::Lite->mk_accessors(qw(foo bar));

DESCRIPTION

This is a minimalitic variant of Class::Accessor and its alikes.

It is intended to be standalone and minimal, so that it can be copy & pasted into individual perl script files.

AUTHORS

Copyright (C) 2008 Kazuho Oku

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

Class::Accessor