Skip Menu |

This queue is for tickets about the Grid-Transform CPAN distribution.

Report information
The Basics
Id: 95336
Status: resolved
Priority: 0/
Queue: Grid-Transform

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

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



Subject: Test suite fails with perl 5.19.x
The test suite fails with perl 5.19.11: # Failed test 'resulting scalar grid from new rows' # at t/03_set_attr.t line 10. # Structures begin differing at: # $got->[30] = undef # $expected->[30] = '' t/03_set_attr.t ................. Failed 12/14 subtests Regards, Slaven
fixed in 0.08 - Fixed for perl >= 5.19.4. Arrays no longer use &PL_sv_undef to represent unused slots.