Skip Menu |

This queue is for tickets about the LittleORM CPAN distribution.

Report information
The Basics
Id: 82667
Status: open
Priority: 0/
Queue: LittleORM

People
Owner: EUGENEK [...] cpan.org
Requestors: perl [...] toby.ink
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Would be better in the tutorial to suggest: has attr => ( ..., traits => ['LittleORM::Meta::Trait'] ); rather than: has attr => ( ..., metaclass => 'LittleORM::Meta::Attribute' ); See the warning in Moose::Cookbook::Meta::Table_ClassMetaclass
Суб Янв 12 14:25:40 2013, TOBYINK писал: Show quoted text
> Would be better in the tutorial to suggest: > > has attr => ( ..., traits => ['LittleORM::Meta::Trait'] ); > > rather than: > > has attr => ( ..., metaclass => 'LittleORM::Meta::Attribute' ); > > See the warning in Moose::Cookbook::Meta::Table_ClassMetaclass
Yeah, seems so. Thanks for pointing out. I'll run some tests and change if everything is right.