Test-More-Bash
view release on metacpan or search on metacpan
lib/Test/More/Bash.pm view on Meta::CPAN
our $VERSION = '0.0.4';
use Test::More::Bash;
use Capture::Tiny qw(capture);
use File::Share;
has test => ();
has bash => ();
sub import {
my $test_file = (caller)[1];
# Allow this generated test to pass:
return if $test_file =~ m{000-compile-modules.t$};
__PACKAGE__->new(
test => $test_file,
)->run;
}
sub BUILD {
( run in 0.940 second using v1.01-cache-2.11-cpan-a3c8064c92c )