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.