The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version v2.2.0

  • (RT #78640) Fixed error message.
  • Removed non-standard quotes for identifiers when creating tables.
  • (RT #79676) Removed 'sqlite' parameter, create_tables() now detects automatically the database type.
  • (RT #79676) Fixed index names, to prevent conflicts.
  • (RT #79676) Added list of supported database types in documentation.
  • Drop tables in reverse creation order in create_tables(), to prevent issues with constraints.
  • (RT #79676) Fixed foreign key constraint when creating elements table to refer to the actual queues table name.

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.