Skip Menu |

This queue is for tickets about the MooX-Struct CPAN distribution.

Report information
The Basics
Id: 131943
Status: resolved
Priority: 0/
Queue: MooX-Struct

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

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



CC: garu [...] cpan.org
Subject: t/97dataprinter.t fails (unexpected colorization)
t/97dataprinter.t fails, probably if the latest devel version of Data::Printer is installed. It looks like Data::Printer output is now colorized: ... Argument "0.99_020" isn't numeric in numeric ge (>=) at t/97dataprinter.t line 23. # Failed test at t/97dataprinter.t line 34. # got: 'Something[ 1, 2 ]' # expected: 'Something[ 1, 2 ]' # Failed test 'dump including line breaks' # at t/97dataprinter.t line 38. # 'Something[ # "Hello # World", # [ # [0] "A", # [1] "B # C", # [2] "D" # ], # ] # ' # doesn't match '(?^s:^Something\[\n)' # Failed test at t/97dataprinter.t line 43. # got: 'Something[ 1, 2, 3 ]' # expected: 'Something[ 1, 2, 3 ]' # Failed test at t/97dataprinter.t line 48. # got: 'struct[ ]' # expected: 'struct[ ]' # Looks like you failed 4 tests of 4. t/97dataprinter.t ......... Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/4 subtests ...
Yeah, passes with latest stable, but fails on latest dev.
Should be fixed in 0.018. Thanks.