Skip Menu |

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

Report information
The Basics
Id: 125312
Status: open
Estimated: 10,000 hours (600000 min)
Priority: 0/
Queue: MooseX-AttributeFilter

People
Owner: KITTEN [...] cpan.org
Requestors: KITTEN [...] cpan.org
Cc:
AdminCc:

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



Subject: mutable classes with trigger and filter on same attribute
problem: trigger coderef sees unfiltered attribute value workaround: make class immutable workaround other: don't do trigger and filter on same attribute, dummy!
Bug is only in constructor. Accessor is ok. Bug can be worked around if attribute has a coercion by forcing initial type check to fail and coercion to happen. But better to just make class immutable.