Archive-TAP-Peek

 view release on metacpan or  search on metacpan

lib/Archive/TAP/Peek.pm  view on Meta::CPAN

=head1 METHODS

=head2 all_ok

Returns a true value if no errors where found in the archive, otherwise false.

 if( $peek->all_ok ) {
     print "No errors in archive\n";
 }

=head1 BUGS AND LIMITATIONS

Archive gets unpacked into a temproary directory.
Could maybe be made on-the-fly with L<Archive::Peek>.

=head1 SEE ALSO

=over

=item *



( run in 0.472 second using v1.01-cache-2.11-cpan-4d50c553e7e )