8 lines
336 B
Text
8 lines
336 B
Text
|
Class::DBI::LazyInflate is a utility class that allows you to create
|
||
|
DBI columns that only inflate to an object when it is required.
|
||
|
When a row is fetched, columns specified via has_lazy() is wrapped
|
||
|
by Data::Lazy, such that it is inflated only when the column is
|
||
|
actually used.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/Class-DBI-LazyInflate/
|