Skip Menu |

This queue is for tickets about the Test-Aggregate CPAN distribution.

Report information
The Basics
Id: 32443
Status: resolved
Priority: 0/
Queue: Test-Aggregate

People
Owner: Nobody in particular
Requestors: RENEEB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in: (no value)



Subject: warning if dump isn't set
#!/usr/bin/perl use strict; use warnings; use lib qw(./lib); use Test::Aggregate; my $tests = Test::Aggregate->new({ dirs => 't/', }); $tests->run; gives warnings: Use of uninitialized value in concatenation (.) or string at C:/usr/site/lib/Test/Aggregate.pm line 206. Use of uninitialized value in string ne at C:/usr/site/lib/Test/Aggregate.pm line 241.
I've just uploaded 0.08. This appears to have fixed this problem (and introduced a feature which makes it much easier to track down failing aggregated tests). Thanks for the bug report. Cheers, Ovid