Revision history for Redis::JobQueue package

0.10  Mon Feb  26 2013
    CHANGES:
    - Error codes returned by last_errorcode method complies with an array
      of descriptions @Redis::JobQueue::ERROR

0.09  Wed Feb  13 2013
    CHANGES:
    - 'new' indirectly detects no connection to the Redis server

0.08  Tue Dec  18 2012
    CHANGES:
    - The 'job' attribute of the job performs only informational role
    - Checking Perl version in Makefile.PL

0.07  Wed Sep  26 2012
    CHANGES:
    - The 'get_next_job' can take a queue name or a reference to an array of queue names

0.06  Thu Sep  13 2012
    BUGFIXES:
    - The 'get_next_job' method work correctly when 'blocking' is true

0.05  Mon Sep  10 2012
    CHANGES:
    - Author and release tests moved to 'xt' directory

    BUGFIXES:
    - Eliminate unnecessary Data::UUID object construction

0.04  Sat Sep  01 2012
    BUGFIXES:
    - t/00_Job/01_new.t
      Disable checking leads to "Out of memory!" for systems with limited memory

0.03  Thu Aug  30 2012
    CHANGES:
    - Added test 't/94_fixme.t'

    BUGFIXES:
    - Fixed version number to 'use 5.010'

0.02  Tue Aug  28 2012
    BUGFIXES:
    - Minor changes in documentation

0.01  Mon Aug  27 2012
    - Original version