Subject: | Synopsys code does not work |
The code in the synopsis fails with:
No source attribute given for derived attribute last_name at
/usr/local/share/perl/5.14.2/Trait/Attribute/Derived.pm line 94
Moose::Meta::Role::__ANON__::SERIAL::3::derived_attribute_builder('Moose::Meta::Class::__ANON__::SERIAL::4=HASH(0x3571558
It looks like the fix is to set a source attribute on each derived
field. (See the attached patch)
Thanks
Spudsoup (AKA: chrestomanci on perlmonks)
Subject: | fix.patch |
25a26
> source => 'full_name',
29a31
> source => 'full_name',
40d41
<