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

Module::New::Recipe::Prove - runs tests

USAGE

From the shell/command line:

module_new prove -lv t/*.t

executes the prove command regardless of the current directory (it first changes directory to the distribution root by itself).

OPTIONS

You can pass any options and arguments 'prove' accepts.

AUTHOR

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2007 by Kenichi Ishigaki.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.