- or download this
use TAPx::Parser::Source::Perl;
my $source = TAPx::Parser::Source::Perl->new;
my $file = 't/00-load.t';
...
while ( defined( my $line = $stream->next ) ) {
print "$line\n";
}
- or download this
sub get_stream {
my ( $self ) = @_;
my $command = $self->_get_command;
...
return;
}
}
- or download this
% perl -Ilib examples/tprove2 t/00-load.t
Can't dup STDOUT: Bad file descriptor at /usr/local/lib/perl5/5.8.7/T
+est/Builder.pm line 1322.
Compilation failed in require at /usr/local/lib/perl5/5.8.7/Test/Build
+er/Module.pm line 3.
...
Compilation failed in require at t/00-load.t line 3.
BEGIN failed--compilation aborted at t/00-load.t line 3.
...