At 21:59 +0100 8/20/03, Sam Vilain wrote:
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

Reply via email to