Skip Menu |

This queue is for tickets about the PGObject-Util-PseudoCSV CPAN distribution.

Report information
The Basics
Id: 108416
Status: resolved
Priority: 0/
Queue: PGObject-Util-PseudoCSV

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

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



Subject: Tests fail with PGObject 1.402.7 and newer
t/01-parsing.t fails --- probably only if PGObject 1.402.7 or newer is installed: # Failed test 'Parse correct, simple tuple' # at t/01-parsing.t line 39. # Structures begin differing at: # $got->[3] = Does not exist # $expected->[3] = undef Use of uninitialized value $type in hash element at /home/cpansand/.cpan/build/2015110318/PGObject-1.402.8-fo_2g0/blib/lib/PGObject.pm line 404. Use of uninitialized value $type in hash element at /home/cpansand/.cpan/build/2015110318/PGObject-1.402.8-fo_2g0/blib/lib/PGObject.pm line 404. Use of uninitialized value $type in hash element at /home/cpansand/.cpan/build/2015110318/PGObject-1.402.8-fo_2g0/blib/lib/PGObject.pm line 404. # Failed test 'Parse correct, simple array' # at t/01-parsing.t line 49. # Structures begin differing at: # $got->[3] = Does not exist # $expected->[3] = undef # Looks like you failed 2 tests of 20. t/01-parsing.t ........ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/20 subtests
On Tue Nov 03 14:20:19 2015, SREZIC wrote: Show quoted text
> t/01-parsing.t fails --- probably only if PGObject 1.402.7 or newer is > installed: > > # Failed test 'Parse correct, simple tuple' > # at t/01-parsing.t line 39. > # Structures begin differing at: > # $got->[3] = Does not exist > # $expected->[3] = undef > Use of uninitialized value $type in hash element at > /home/cpansand/.cpan/build/2015110318/PGObject-1.402.8- > fo_2g0/blib/lib/PGObject.pm line 404. > Use of uninitialized value $type in hash element at > /home/cpansand/.cpan/build/2015110318/PGObject-1.402.8- > fo_2g0/blib/lib/PGObject.pm line 404. > Use of uninitialized value $type in hash element at > /home/cpansand/.cpan/build/2015110318/PGObject-1.402.8- > fo_2g0/blib/lib/PGObject.pm line 404. > > # Failed test 'Parse correct, simple array' > # at t/01-parsing.t line 49. > # Structures begin differing at: > # $got->[3] = Does not exist > # $expected->[3] = undef > # Looks like you failed 2 tests of 20. > t/01-parsing.t ........ > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/20 subtests
Resolved in 2.0. No longer do we depend on PGObject at all.