Skip Menu |

This queue is for tickets about the MooseX-SlurpyConstructor CPAN distribution.

Report information
The Basics
Id: 60590
Status: resolved
Priority: 0/
Queue: MooseX-SlurpyConstructor

People
Owner: makk384 [...] gmail.com
Requestors: MITHALDU [...] cpan.org
Cc:
AdminCc:

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



Subject: SlurpyConstructor breaks lazy loading
If an attribute is defined in the target object package, but not actually passed as a parameter, SlurpyConstructor will instantiate the hash key as undefined, which makes Moose ignore the lazy setting on attributes. Fix: http://github.com/wchristian/code-statistics/blob/master/lib/Code/ Statistics/SlurpyConstructor/Role/Object.pm
Is also affecting undefined predicates. Cheers for the update, should have a fix for this over the weekend. Mark.
This should be resolved with v1.10. That also fixes Moose deprecation notices. Mark.