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