Skip Menu |

This queue is for tickets about the cPanel-PublicAPI CPAN distribution.

Report information
The Basics
Id: 107090
Status: resolved
Priority: 0/
Queue: cPanel-PublicAPI

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in:
  • 1.3
  • 2



Subject: Possible hash randomization problems in test suite (1.2)
t/02-construct.t may fail for newer perls with hash randomization: # Failed test 'format_http_query' # at t/02-construct.t line 50. # got: 'two=dos&one=uno' # expected: 'one=uno&two=dos' # Looks like you failed 1 test of 114. t/02-construct.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/114 subtests
On 2015-09-14 15:42:42, SREZIC wrote: Show quoted text
> t/02-construct.t may fail for newer perls with hash randomization: > > # Failed test 'format_http_query' > # at t/02-construct.t line 50. > # got: 'two=dos&one=uno' > # expected: 'one=uno&two=dos' > # Looks like you failed 1 test of 114. > t/02-construct.t ... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/114 subtests >
Seems to be fixed.