Revision history for Net::Bullfinch
0.13 Jan 31 2013
0.13 Jan 31 2013
* Bugfix: Iterator ->next() no longer returns an empty array ref after
returning all available rows. (Jesse Luehrs, Jay Hannah)
0.12 Jun 02 2012
0.11 May 18 2012
0.10 Apr 17 2012
* Fix bug in queue name checking (Jay Hannah)
0.09 Mar 26 2012
* Add queue name checking to prevent bad queue names from causing problems.
0.08 Mar 12 2012
* Die if sending the request fails and warn if deleting the response fails.
* Doc fixes (Jay Hannah)
0.07 Feb 15 2012
* More iterator fixes.
0.06 Feb 14 2012
* Fix busted iterator
* Don't bother with /open and /close
0.05 Feb 8 2012
* Add expire support for requests
0.04 Feb 7 2012
* Use Memcached::Client in lieu of Net::Kestrel, as it's likely
much more reliable.
0.03 Jan 24 2012
* Add process-by option
0.02 Nov 27 2011
* Add port as an attr (Stevan Little)
0.01 Oct 5 2011
* First release