NAME
App::ppll - Command runner
VERSION
0.0.0
SUBROUTINES/METHODS
call
Runs ppll.
Returns an integer suitable for exit (0 if everything went fine, non-0 otherwise).
new( %args )
Constucts a new App::ppll object that represents an invocation of ppll. Does not run anything, to do that use call.
NAMED ARGUMENTS
argv-
An array ref to use instead of
@ARGV.
stop
SYNOPSIS
my $ppll = App::ppll->new( %args );
$ppll->call();