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

NAME

AutoSQL::LazyLoader

SYNOPSIS

    package A::DBObject;
    our @ISA=qw(AutoSQL::Object);
    use AutoSQL::Object;
    use AutoSQL::LazyLoader('$' => [qw(seq)]);

DESCRIPTION

Like AutoCode::AccessorMaker, the module generates the methods in the Perl's symbol table during compile or run-time.

AUTHOR

Juguang Xiao, juguang at tll.org.sg

COPYRIGHT

This module is a free software. You may copy or redistribute it under the same terms as Perl itself.