Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Moose: apply Role at Runtime (build vs. default)

by Brutha (Friar)
on Apr 08, 2013 at 12:49 UTC ( [id://1027491]=note: print w/replies, xml ) Need Help??


in reply to Moose: apply Role at Runtime (build vs. default) [solved]

Hurray, finally I solved it.
Stupid, as always in such cases.

Take a look at my attribute's code:

has 'myattr' => ( is => 'ro', isa => 'Int', lazy => 1, default => \&_build_myattr, # build => '_build_myattr', );

Simply exchanging the comment between "default" and "build" does not work and gives the mentioned error.
I also had to make a builder out of build. I had to debug deep into Moose until I found this typo

Thank You for Your patience.

And it came to pass that in time the Great God Om spake unto Brutha, the Chosen One: "Psst!"
(Terry Pratchett, Small Gods)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-28 08:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found