Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Moose stringification overloading isn't working

by tobyink (Canon)
on Feb 10, 2013 at 08:54 UTC ( [id://1018036]=note: print w/replies, xml ) Need Help??


in reply to Moose stringification overloading isn't working

You're not using something like namespace::autoclean are you? It breaks overloading. Try namespace::sweep instead.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re: Moose stringification overloading isn't working

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-24 00:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found