Skip Menu |

This queue is for tickets about the YATT-Lite CPAN distribution.

Report information
The Basics
Id: 100205
Status: resolved
Priority: 0/
Queue: YATT-Lite

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

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



Subject: use strict error message changed in perl 5.21.x
A test is failing with bleadperl because the error message for undeclared variables has more diagnostics: # Failed test '1/index.yatt' # at t/scripts/lint.t line 110. # +---+----------------------------------------------------------------------------------------------------+-------------------------------------------------------------+ # | Ln|Got |Expected | # +---+----------------------------------------------------------------------------------------------------+-------------------------------------------------------------+ # * 1|'Global symbol "$foo" requires explicit package name (did you forget to declare "my $foo"?) ___ 3. |'Global symbol "$foo" requires explicit package name ___ 3. * # * 2|Global symbol "$bar" requires explicit package name (did you forget to declare "my $bar"?) ___ 3. |Global symbol "$bar" requires explicit package name ___ 3. * # | 3|' |' | # +---+----------------------------------------------------------------------------------------------------+-------------------------------------------------------------+ # Looks like you failed 1 test of 1.
On 2014-11-08 05:08:04, SREZIC wrote: Show quoted text
> A test is failing with bleadperl because the error message for > undeclared variables has more diagnostics: > > # Failed test '1/index.yatt' > # at t/scripts/lint.t line 110. > # +--- > +---------------------------------------------------------------------------------------------------- > +-------------------------------------------------------------+ > # | Ln|Got > |Expected | > # +--- > +---------------------------------------------------------------------------------------------------- > +-------------------------------------------------------------+ > # * 1|'Global symbol "$foo" requires explicit package name (did you > forget to declare "my $foo"?) ___ 3. |'Global symbol "$foo" requires > explicit package name ___ 3. * > # * 2|Global symbol "$bar" requires explicit package name (did you > forget to declare "my $bar"?) ___ 3. |Global symbol "$bar" requires > explicit package name ___ 3. * > # | 3|' > |' | > # +--- > +---------------------------------------------------------------------------------------------------- > +-------------------------------------------------------------+ > # Looks like you failed 1 test of 1.
Seems to be fixed in 0.0.9_001.