blob: f65e6ea505f4e7ca603366f08f3eb0b855490b09 (
plain)
1
2
3
4
5
|
A very little module for simulating laziness in perl. It provides
scalars that are "lazy", that is their value is computed only if
necessary and at most once.
WWW: https://metacpan.org/release/Data-Lazy
|