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

WebSource::Queue - Object encapusalting a filesystem based queue

DESCRIPTION

A WebSource::Queue is used to access objects saved in a filesystem based queue.

SYNOPSIS

use WebSource::Queue;
...
my $queue = WebSource::Queue->new(
           directory => $path
           ...
     );
...
$queue->enqueue($env);
...
$queue->dequeue($env);

METHODS

SEE ALSO

WebSource