Binary package “libconstant-defer-perl” in ubuntu trusty

Perl module providing constant subs with deferred value calculation

 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.