There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Queue::Leaky::Driver::Simple - Queue::Base Implementation

SYNOPSIS

use Queue::Leaky::Driver::Simple;

my $queue = Queue::Leaky::Driver::Simple->new;

$queue->next;

$queue->fetch;

$queue->insert( ... );

$queue->clear;

METHODS

next

fetch

insert

clear