Subject: | [PATCH] global Data::Dumper settings |
Many Devel::Cover modules have the following line:
use Data::Dumper; $Data::Dumper::Indent = 1; $Data::Dumper::Sortkeys
= 1;
This is not clean because setting those Data::Dumper globals may affect
other modules that use Data::Dumper but expect the default values to be set.
Fortunately I wrote a patch to fix that. Pull request is coming on GitHub.
--
Olivier Mengué - http://perlresume.org/DOLMEN