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

NAME

App::TestOnTap::_Args - hidden flags

Commandline options and arguments understood for TestOnTap processing

SYNOPSIS

 testontap
    [ --_help ]
    [ --_pp ]
    [ --_pp-variant <value> ]
    [ --_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-variant <value>

This is an optional value that will be tacked on to the automatically calculated name by --_pp-output. If given, it will be prefixed with a dash and placed at the end of the name.

--_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, the variant (set by --_pp-variant, if any) and for Windows, the '.exe' suffix.

  Examples:
    testontap-0.123-windows-x86.exe
    testontap-0.123-linux-x86_64
    
    # with I<--_pp-variant foo>:
    testontap-0.123-windows-x86-foo.exe
    testontap-0.123-linux-x86_64-foo

If the given path doesn't exist, assume it is the actual full path and filename. Note that a given variant will not be present in that case as the automatical name never is computed.

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.