The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.14

  • NEW FEATURES:
    • allowing 'colored' display customization to control colored output. Default is 'auto', showing colors only when output is not being piped. You may also set this to 0 to disable colors completely, or 1 to enable output coloring all the time (even when piped).
    • new 'caller_info' display customization.
    • default 'class_method' is now set to '_data_printer', so your modules and apps can be aware of Data::Printer automatically.
  • BUG FIXES:
    • Skipping calls to fcntl() in systems that don't support it.

Modules

colored pretty-print of Perl data structures and objects
pretty printing database objects
pretty-printing date and time objects (not just DateTime!)

Provides

DDP
in lib/DDP.pm
in lib/Data/Printer/Filter.pm