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

OPTIONS (CUSTOM)

Additional custom options.

--color=0|no|never|off|1|on|yes|always

Force TAP::Harness color output via manipulation of TAP::Formatter (and the use of Win32::Console::ANSI for MSWin32). When color is enabled (and Win32::Console::ANSI for MSWin32 systems) is installed, colored output is displayed reliably to the shell. For MSWin32 systems, both CMD and TCC shells display colored output. Additionally, although the TAP::Formatter will usually not pipe colored output, when 'always' is used, output color is enabled and piped correctly. output as well. Normally, the TAP::Formatter will not pipe colored output.

--color=0|no|never|off disable color output --color=1|on|yes enable color output (piped output is not colored) --color=always enable color output (including piped output)

ACTIONS (CUSTOM)

Additional custom actions.

distall

Build all distributions.

distppm

Build the PPM distribution.

distpar

Build the PAR distribution.

PL_files

Build all files from PL templating scripts.

sign

Sign the current module content in the base directory (for local testing).

show_vfiles

Print all versioned files within module.

show_versions

Print all versioned files within module with their $VERSION.

show_PL_targets

Print all PL script target files within module.

smoke

Build and "smoke test" the distribution (an alias of smoke_build).

smoke_build

Build and "smoke test" the distribution, using Build.PL for the target distribution build.

smoke_make

Build and "smoke test" the distribution, using Makefile.PL and make for the target distribution build.

taint_test

[version 0.01]

Run regression tests (via test) with taint-mode ON. See test for more information and argument specification(s).

taint_testall

[version 0.01]

Run all regression tests (via testall) with taint-mode ON. See testall for more information and argument specification(s).

TRIALaction

Execute a trial action (for testing purposes).