Re: App::ArchiveDevelCover 1.001

2012-06-01 Thread Paul Johnson
On Fri, Jun 01, 2012 at 10:22:36PM +0200, Thomas Klausner wrote: > App::ArchiveDevelCover (or the "frontend script" archive_devel_cover.pl) > will copy your most current coverage report into an archive and set up a > small index page, showing the most relevant (IMO) metrics and a "trend" > (did

App::ArchiveDevelCover 1.001

2012-06-01 Thread Thomas Klausner
Hi! Paul's recent work on the wonderful Devel::Cover reminded me that I had an improved version of App::ArchiveDevelCover lying around on my laptop since the Baltimore Perl Workshop. So I finally pushed the new version to CPAN. As I also never announced the initial version here, I'm doing it n

Proposal Test::TAPv13

2012-06-01 Thread Steffen Schwigon
Hi! I am about to upload Test::TAPv13. I also did an prepan entry for that. PrePAN: http://prepan.org/module/429En4oFbn . URL: https://github.com/renormalist/Test-TAPv13 Synopsis: use Test::TAPv13 ':all'; # must come before Test::More use Test::More tests => 2; my $data = {

Re: Can TAP::Parser already parse nested TAP?

2012-06-01 Thread Ovid
Hi Steffen, The TAP::Parser encountered a few technological issues for dealing with nested TAP. That's why the specification is that the first line *after* the nested TAP is a summary line indicating success or failure of the TAP block. As a result, TAP::Parser doesn't parse the nested TAP, but

Can TAP::Parser already parse nested TAP?

2012-06-01 Thread Steffen Schwigon
Hi! I just got confused about the state of parsing nested TAP. I thought at least TAP::Parser (v24, from github) would already parse nested TAP. Doesn't it? Do I need to turn it on somehow? My expectation came from Test::More propagating it like this: subtest 'An example subtest' => sub {