Skip Menu |

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

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

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

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



Subject: t/97dataprinter.t fails
Downgrading to Data::Printer 0.35 is a workaround
This is because the p function of Data::Printer changed default behavior to "pass", from "dump". Changing the use statement to use Data::Printer colored => 0, return_value => 'dump'; in t/97dataprinter.t fixes the test. See https://metacpan.org/changes/distribution/Data-Printer for more details.
I submitted a pull request here: https://github.com/tobyink/p5-moox-struct/pull/2
Fixed in 0.014.