Re: Moose::Cookbook::Meta::Recipe3 - Labels implemented via attribute traits

2010-04-29 Thread Zbigniew Lukasiak
Thanks. This worked after I changed meta_attribute_alias to meta_class_alias. Cheers, On 4/28/10, Jesse Luehrs wrote: > On Wed, Apr 28, 2010 at 12:59:21PM +0100, Zbigniew Lukasiak wrote: >> Hi there, >> >> The recipe in >> http://search.cpan.org/~flora/Moose-1.01/lib/Moose/Cookbook/Meta/Recipe

Re: Moose::Cookbook::Meta::Recipe3 - Labels implemented via attribute traits

2010-04-28 Thread Jesse Luehrs
On Wed, Apr 28, 2010 at 12:59:21PM +0100, Zbigniew Lukasiak wrote: > Hi there, > > The recipe in > http://search.cpan.org/~flora/Moose-1.01/lib/Moose/Cookbook/Meta/Recipe3.pod > uses an additional package in the Moose namespace: > > package Moose::Meta::Attribute::Custom::Trait::Labeled; > sub

Moose::Cookbook::Meta::Recipe3 - Labels implemented via attribute traits

2010-04-28 Thread Zbigniew Lukasiak
Hi there, The recipe in http://search.cpan.org/~flora/Moose-1.01/lib/Moose/Cookbook/Meta/Recipe3.pod uses an additional package in the Moose namespace: package Moose::Meta::Attribute::Custom::Trait::Labeled; sub register_implementation {'MyApp::Meta::Attribute::Trait::Labeled'} Forgive my ign