Data-Printer
Data-Printer copied to clipboard
show_unicode is documented as being on by default, but it isn't
The documentation in lib/Data/Printer.pm and lib/Data/Printer/Object.pm both say that show_unicode is on by default. But that is not true. The code in the latter file explicitly defaults the value to 0: ...::_fetch_scalar_or_default($props, 'show_unicode', 0);