in reply to Re^6: Remove roles for an object in perl moose
in thread Remove roles for an object in perl moose

Hmmm... the Batmobile is an interesting object to model. I'll have a think about it.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re^7: Remove roles for an object in perl moose