in reply to Re^2: Class Attributes with Moo ?
in thread Class Attributes with Moo ?

OK, MooX::ClassAttribute is now on CPAN. Subclassing Method::Generate::Accessor to generate class attributes was relatively easy. The hard parts were getting class attributes defined in roles to work, and getting Moose inflation going.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^4: Class Attributes with Moo ?
by mascip (Pilgrim) on Jan 01, 2013 at 16:37 UTC

    Wow, that was fast! You're a star thanks a lot :-)