You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: