Icebox Hacking
I converted all of the mod_perl handlers in the Icebox project to method handlers yesterday, and derived them all from a base ApacheHandler.pm class that I wrote for a client. It's nice to see the code shrink so much, and to be able to refactor lots of the common tasks out of the individual classes into a common base class.
The stream daemon is nearly done, so I should be releasing a 1.0 version of Icebox soonish.
