ports

devel/p5-Scalar-Defer

p5-Scalar-Defer-0.23 – deferred and lazy evaluation

Description

This module exports two functions, "defer" and "lazy", for building
values that are evaluated on demand.
    
Unlike the "tie"-based Data::Lazy, this module operates on *values*, not
*variables*. Therefore, assigning into $dv and $lv above will simply
replace the value, instead of triggering a "STORE" method call.

WWW: http://search.cpan.org/dist/Scalar-Defer/

Categories:
devel perl5

Library dependencies

None

Build dependencies

None

Run dependencies