Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Moose Cookbook - Meta Recipe 5 Won't Run

by crashtest (Curate)
on Jan 12, 2012 at 03:47 UTC ( [id://947479]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyApp::Meta::Class::Trait::HasTable;
    use Moose::Role;
    ...
    use Moose -traits => 'HasTable';
    
    __PACKAGE__->meta->table('User');
    
  2. or download this
    Can't locate object method "table" via package "Moose::Meta::Class::__
    +ANON__::SERIAL::1" at xxx_test_moose.pl line 15.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://947479]
Approved by jfroebe
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found