NAME
Module::New::Recipe::Prove - run 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.