NAME
App::Prove::RunScripts - Run scripts around a TAP harness.
SYNOPSIS
use App::Prove::RunScripts;
my $app = App::Prove::RunScripts->new;
$app->process_args(@ARGV);
$app->run;
DESCRIPTION
App::Prove::RunScripts provides a command prove_runscripts
for running your scripts before/after a TAP harness.
This module's concept is similar to Module::Install::TestTarget. But I want more simple command line tool like a prove
.
DEPENDENCIES
SEE ALSO
prove_runscrips, App::Prove, Module::Install::TestTarget
AUTHOR
Yoshihiro Sasaki <ysasaki at cpan.org>
COPYRIGHT
Copyright 2011 Yoshihiro Sasaki All rights reserved.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.