in reply to Condensed output of Data::Dumper used on DateTime
Even better, you can localize the change to $Data::Dumper::Freezer so pretty-printing only happens when you want it to.$Data::Dumper::Freezer = 'my_dumper'; sub DateTime::my_dumper { ... }
EDIT: Corrected to DateTime::my_dumper...
|
|---|