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

Test::Run::CmdLine::Prove::App - a module implementing a standalone command line app for runprove.

SYNOPSIS

    $ perl -MTest::Run::CmdLine::Prove::App -e 'run()' -- [ARGS]

DESCRIPTION

This is a module implementing a standalone command line application. It was created to replace the use of the runprove executable which is not always installed or available in the path.

EXPORTS

run()

Actually executed the command-line application.

AUTHOR

Shlomi Fish, http://www.shlomifish.org/ .

BUGS

Please report any bugs or feature requests to bug-test-run-cmdline@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Run-CmdLine. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Shlomi Fish, all rights reserved.

This program is released under the MIT X11 License.