Revision history for Punk::Queue
0.06 2026-08-20
- FIX: change abi version checks from == to <=
0.05 2026-08-20
- fix Getopt::Long::Parser->getoptionsfromarray failures
- the admin list endpoints trimmed a died message with s///r,
which arrived in perl 5.14
- a %f in a perl format string reads an NV, and an NV is not a
double everywhere
- the supervisor's aligned scheduler boundary was computed with
integer arithmetic that can overflow a 32-bit IV.
0.04 2026-08-16
- `punk queue ...`: Punk::Command::Queue registers the queue CLI
with Punk 0.13's command registry.
0.03 2026-08-12
- t/21-supervisor.t read the worker registry the moment the queue
drained and expected a supervisor plus both children in it. A
drained queue does not mean both children registered: one child
can take all 50 jobs while the other is still coming up, which
is what a loaded smoker sees. It now waits for the registry to
settle, bounded, the way the drain itself is waited for.
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.
0.01 2026-08-08
First version