Changes for version 0.02 - 2026-08-10
- pq_cron.h used perl's U64, which handy.h only typedefs under QUADKIND and which perls around 5.20/5.22 do not expose to an extension at all.
Modules
Punk::Queue for Punk applications
a job queue for Perl, with a C core
the storage contract, and the shared implementation
the PostgreSQL backend
the SQLite backend
the subcommands behind punk-queue
the cron expression parser and occurrence walk
a claimed job
a worker child
Examples
- example/Mailer/README.pod
- example/Mailer/app.psgi
- example/Mailer/bin/queue.pl
- example/Mailer/lib/Mailer/Controller/Job/Mail.pm
- example/Mailer/lib/Mailer/Controller/Job/Report.pm
- example/Mailer/lib/Mailer/Controller/Web/Auth.pm
- example/Mailer/lib/Mailer/Controller/Web/Home.pm
- example/Mailer/root/queue.css
- example/Mailer/root/queue/overview.tmpl
- example/Mailer/root/static/mailer.css
- example/Mailer/root/templates/index.tmpl
- example/Mailer/root/templates/job.tmpl
- example/Mailer/root/templates/layout.tmpl