This version was released on 2000-03-10.

Removing closures in 0.0907 re-broke code that expect $wheel->event() to take immediate effect. Changed the wheels to use references instead of direct event names, so that anonymous coderefs could have closures whose values can be changed from outside.

Back to POE CHANGES.