NAME
reprove - command to download a distribution's tests and prove them
SYNOPSIS
reprove --verbose \
--author="TOBYINK" \
--release="Object-AUTHORITY" \
--version="0.001"
or:
reprove --verbose Object-AUTHORITY 0.001 TOBYINK
DESCRIPTION
This script wraps around App::Reprove.
Command-Line Options
Positional command-line parameters may be used to set release/module, version and author.
If this script needs to disambiguate between a release and a module, it assumes anything containing "::" is a module, and everything else is a release. A prefix of "::" forces the string to be treated as a module.
BUGS
Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=App-Reprove.
SEE ALSO
App::Reprove, Module::Reprove.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2011 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.