in reply to Autoboxing ... "Yes We Can" ( or how I learned to love TIMTOWTDI ;)

There are a number of modules on CPAN that already do this - e.g. Safe::Isa, Fauxtobox.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re: Autoboxing ... "Yes We Can" ( or how I learned to love TIMTOWTDI ;)

Replies are listed 'Best First'.
Re^2: Autoboxing ... "Yes We Can" ( or how I learned to love TIMTOWTDI ;)
by LanX (Saint) on Dec 13, 2013 at 22:25 UTC
    Thanks, I didn't expect to be the first! =)

    Though the two modules you listed are from 2012 and 2013.

    Cheers Rolf

    ( addicted to the Perl Programming Language)