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

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.