-
-
27 Oct 2011 15:14:56 UTC
- Distribution: App-Prove-RunScripts
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (339 / 6 / 3)
- Kwalitee
Bus factor: 0- 97.92% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (3.56KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Yoshihiro Sasaki <ysasaki at cpan.org>
- Dependencies
- Class::Method::Modifiers
- parent
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install App::Prove::RunScripts, copy and paste the appropriate command in to your terminal.
cpanm App::Prove::RunScripts
perl -MCPAN -e shell install App::Prove::RunScripts
For more information on module installation, please visit the detailed CPAN module installation guide.