aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Scalar-Defer/pkg-descr
blob: c7a9cca316d5f6a7372fe275fcae1d6044602cba (plain) (blame)
1
2
3
4
5
6
7
8
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.

Also, thanks to the overload-based implementation, this module is
about 2x faster than Data::Lazy.

WWW: https://metacpan.org/release/Scalar-Defer