App-Prove-Plugin-Idempotent

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


SYNOPSIS
     prove -P Idempotent t/foo.t

DESCRIPTION
    This plugin tries to keep the verbose output of `prove' to be the same
    TAP as it consumed. In particular, the final `ok' line that is normally
    added is left out. Therefore you can reuse the output TAP stream and
    feed it again into a TAP parser.

    See the email thread

      http://www.mail-archive.com/perl-qa@perl.org/msg11830.html 

    for discussion.

AUTHOR
    Steffen Schwigon, `<ss5 at renormalist.net>'

ACKNOWLEDGEMENTS
    The prove plugin code is shamelessly stolen from Steve Purkis'

lib/App/Prove/Plugin/Idempotent.pod  view on Meta::CPAN


 prove -P Idempotent t/foo.t

=head1 DESCRIPTION

This plugin tries to keep the verbose output of C<prove> to be the
same TAP as it consumed. In particular, the final C<ok> line that is
normally added is left out. Therefore you can reuse the output TAP
stream and feed it again into a TAP parser.

See the email thread
L<here|http://www.mail-archive.com/perl-qa@perl.org/msg11830.html> for
discussion.

=head1 AUTHOR

Steffen Schwigon, C<< <ss5 at renormalist.net> >>

=head1 ACKNOWLEDGEMENTS

The prove plugin code is shamelessly stolen from Steve Purkis'



( run in 0.366 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )