Wed Jun 03 02:28:47 2015ANDK [...] cpan.org - Correspondence added
Downgrading to Data::Printer 0.35 is a workaround
Wed Jun 03 02:28:48 2015The RT System itself - Status changed from 'new' to 'open'
Wed Aug 05 04:52:31 2015andreas.marienborg [...] gmail.com - Correspondence added
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.
Wed Aug 05 05:00:05 2015andreas.marienborg [...] gmail.com - Correspondence added