The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Prove - Implements the prove command.

VERSION

Version 2.99_04

METHODS

Class Methods

new

process_args

  $prove->process_args(@args);

Processes the command-line arguments and stashes the remainders in the $self-{args}> array-ref.

Dies on invalid arguments.

run

require_harness

Load a harness class and add it to the inheritance chain.

  $prove->require_harness($for => $class_name);

Attributes

archive
argv
backwards
blib
color
directives
exec
failures
fork
formatter
harness
includes
jobs
lib
merge
modules
parse
plugins
quiet
really_quiet
recurse
show_help
show_man
show_version
shuffle
taint_fail
taint_warn
timer
verbose
warnings_fail
warnings_warn

# vim:ts=4:sw=4:et:sta