mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
336 B
Plaintext
8 lines
336 B
Plaintext
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: https://metacpan.org/release/Class-DBI-LazyInflate
|