Subject: | Fails on 5.8.9 |
Below is the output of the 04-perldiag test with 5.8.9. The cpan testers
matrix documents how the 5.8.9 release has not a single pass:
http://bbbike.radzeit.de/~slaven/cpantestersmatrix2.cgi?dist=Parse-ErrorString-Perl-0.11
t/00-load.................# Testing Parse::ErrorString::Perl 0.11, Perl
5.008009,
/home/src/perl/repoperls/installed-perls/maint-5.8/pMB5rUF/perl-5.8.8@35054/bin/perl
ok
t/01-errors...............ok
t/02-diagnostics..........ok
t/03-split_diagnostics....ok
t/04-perldiag.............
# Failed test 'diagnostics'
# at t/04-perldiag.t line 45.
#
+---+--------------------------------------------------------------------+-------------------------------------------------------------------------+
# | Ln|Got
|Expected
|
#
+---+--------------------------------------------------------------------+-------------------------------------------------------------------------+
# * 1|(F) You've said "use strict" or "use strict vars", which
indicates |(F) You've said "use strict vars", which indicates that all
variables *
# * 2|that all variables must either be lexically scoped (using "my"),
|must either be lexically scoped (using "my"), declared beforehand
using *
# * 3|declared beforehand using "our", or explicitly qualified to say
|"our", or explicitly qualified to say which package the global
variable *
# * 4|which package the global variable is in (using "::").
|is in (using "::").
*
#
+---+--------------------------------------------------------------------+-------------------------------------------------------------------------+
# Looks like you failed 1 test of 4.
Hope this helps,
Regards,