Subject: | Project::Easy broken by new Data::Dumper implementation |
The latest development release of perl includes an XS implementation of Data::Dumper with Useqq enabled.
The current release of Project::Easy depends on the (and modifies!) implementation details of Data::Dumper and hence fails some of its tests in 5.19.2, see:
http://www.cpantesters.org/cpan/report/9054ada6-eefd-11e2-8c2c-94abf1ff63fb
for example.
If you want to continue fiddling with Data::Dumper's pure-perl dump implementation, you might set $Data::Dumper::Useperl to force its use.
Tony
See also:
https://rt.perl.org/rt3/Ticket/Display.html?id=118933
https://rt.perl.org/rt3/Ticket/Display.html?id=74798