libconstant-defer-perl

Perl module providing constant subs with deferred value calculation
  https://metacpan.org/release/constant-defer
  0
  no reviews



Constant::defer creates constants like constant.pm, but with the value calculated only on the first call. this can save work for values only needed sometimes.