Changes for version v2.3.0

  • (RT #79676) Added croak()s to propagate up all SQL errors.
  • (RT #79676) Documented return value of Queue::DBI->purge().
  • Added internal methods for Queue::DBI::Admin and tests.
  • Refactored code to leverage the new internal methods.
  • (RT #79676) Added Queue::DBI::Admin->drop_tables() and tests.
  • (RT #79676) Added Queue::DBI::Admin->has_tables() and tests.
  • POD cleanup.

Modules

A queueing module with an emphasis on safety, using DBI as a storage system for queued data.
Manage Queue::DBI queues.
An object representing an element pulled from the queue.