The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::TestOnTap::Args - hidden flags

Commandline options and arguments understood for TestOnTap processing

SYNOPSIS

 testontap
    [ --_help ]
    [ --_pp ]
    [ --_pp-output <path> ]
    [ --_pp-force ]

OPTIONS AND ARGUMENTS

All options can be abbreviated, as long as they are unambiguous. Option matching is case sensitive. Forcibly end option parsing using '--'.

This documents some 'hidden' flags, generally because they're somewhat particular and/or not ready for prime time...

The regular verbose flag may be used to raise verbosity one or more levels.

--_help

Displays usage and help with options/arguments. If given, nothing else will be done.

--_pp

Signals that it should generate a binary using PAR::Packer (must be installed first). If given, this option causes all other options to be ignored (apart from the accompanying '--_pp-*' flags below).

Note that this can not be used when you already run a binary.

--_pp-output <path>

If this option is not given, a default name of the binary will be computed and placed in the current directory.

The default name is the script name, the version number, the os, the arch and for Windows, the '.exe' suffix.

  Examples:
    testontap-0.123-windows-x86.exe
    testontap-0.123-linux-x86_64

If the given path doesn't exist, assume it is the actual full path and filename. If the path is an existing directory, use the default name above and write it to the directory.

If the ultimate name already exists, an error will be thrown. See the force flag to ignore that check in order to overwrite.

--_pp-force

Setting this option will cause the existing file to be deleted before a new is created.

MORE HELP

For full information on TestOnTap, see the manual, or use --manual or run perldoc App::TestOnTap to see the manual page.