The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.04 Mon Dec 29 14:14:18 CST 2008
 * Ensure watch_only does not crash if called before connect
 * Ensure list_tubes_watched returns an empty list on error

1.03 Mon Dec 22 16:09:39 CST 2008
 * Fix $job->reserve to return true for reserved jobs
 * Ensure that used tube and watched tube list is restored on reconnect

1.02 Fri Dec  5 06:28:24 CST 2008
 * Fix skip count in tests when no local beanstalkd server is present

1.01 Tue Dec  2 11:12:51 CST 2008
 * Do not call AUTOLOAD for DESTORY on Beanstalk::Stats
 * Do not treat zero-length data or "0" as an error
 * Added support for touch command
 * Fix backwards login glitch in reserve for reserve-with-timeout (Rhesa Rozendaal)
 * Update reserve and buried flags on ::Job when job is deleted or released
 * Fix prioity parameter to ->put (Ask Bjørn Hansen)
 * Fix issue reserving jobs >1024 bytes (Ask Bjørn Hansen)