Any ideas for a better name for this module?
NAME Defer - Defer execution of code until it is accessed
SYNOPSIS use Defer;
# Attribute::Handlers interface my Defer $dbh : Defer = sub { DBI->connect(...) };
On further research, this also seems a lot like Data::Lazy.
Liz