NAME

Proc::JobQueue::Sort - sort files in the background

SYNOPSIS

use Proc::JobQueue::BackgroundQueue;
use aliased 'Proc::JobQueue::Sort';

my $queue = new Proc::JobQueue::BackgroundQueue;

my $job = Sort->new($opts, $config, "/dest/file", "/input/file1", "/input/file2");

$queue->add($job);

$queue->finish;

DESCRIPTION

This is a subclass of Proc::JobQueue::Job. In the background, sort the input files into the output. using the unix sort(1) command.

SEE ALSO

Proc::JobQueue Proc::JobQueue::Job Proc::JobQueue::BackgroundQueue Proc::JobQueue::Move Proc::JobQueue::Command Proc::JobQueue::Sequence

LICENSE

This package may be used and redistributed under the terms of either the Artistic 2.0 or LGPL 2.1 license.