Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Introspection of Moose/Mouse attributes fails to find native trait with `does`

by stvn (Monsignor)
on Aug 25, 2011 at 12:57 UTC ( [id://922337]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    has 'guernsey' => ( 
        traitls => [ 'Bool' ],
    ...
            dont_be_a_guernsey => 'unset',
        }
    );
    
  2. or download this
    my $cow = MyCow->new;
    $cow->be_a_guernsey();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://922337]
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: (4)
As of 2024-04-19 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found