Skip Menu |

This queue is for tickets about the Class-Observable CPAN distribution.

Report information
The Basics
Id: 104616
Status: new
Priority: 0/
Queue: Class-Observable

People
Owner: Nobody in particular
Requestors: mark [...] aufflick.com
Cc:
AdminCc:

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



Subject: Fatal errors and warnings when a weak observation ref goes to undef
If you eg. set a code ref as an observer, when it goes undef and an update is notified, Observable will die trying to call an undefined reference. This patch fixes that: https://github.com/gitpan/Class-Observable/compare/master...aufflick:master