Archive-TAP-Convert
view release on metacpan or search on metacpan
lib/Archive/TAP/Convert.pm view on Meta::CPAN
my $html = convert_from_taparchive(
archive => '/must/be/the/complete/path/to/test.tar.gz',
formatter =>'TAP::Formatter::HTML',
force_inline => 1,
);
You can give any optional true value to C<force_inline> and it will pack all Javascript and CSS inside the HTML instead of linking to to files from L<TAP::Formatter::HTML>.
This defaults to zero, meaning do not inline.
=head1 BUGS AND LIMITATIONS
No known issues.
=head1 SEE ALSO
=over
=item *
Might also be interesting for you: L<Archive::TAP::Peek>
( run in 0.406 second using v1.01-cache-2.11-cpan-05444aca049 )