Subject: | 01..mask.t error not ending with dot |
Date: | Tue, 08 Jan 2013 07:03:11 +1100 |
To: | bug-Module-Mask [...] rt.cpan.org |
From: | Kevin Ryde <user42 [...] zip.com.au> |
In recent debian perl 5.14.2 and Module-Mask 0.05,
perl Makefile.PL
make test
fails with
t/01..mask.t ...... 1/19
# Failed test 'file name correct'
# at t/01..mask.t line 33.
# got: undef
# expected: 't/01..mask.t'
# Failed test 'line number correct'
# at t/01..mask.t line 34.
# got: undef
# expected: '29'
# Looks like you failed 2 tests of 19.
It seems the error message $@ is
Dummy.pm masked by Module::Mask at t/01..mask.t line 32
which doesn't have a final "." expected by the regexp.