http://www.perlmonks.org?node_id=1019500


in reply to Re^4: getting rid of special features
in thread getting rid of costly special features

"Wouldn't you love to have a pragma telling the compiler: No Sir, I don't need that magic here! ?

... or just run perl2js --opt assume_increment_is_numeric=1

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name