Data::Printer::Theme::Classic - Classic DDP color theme for nostalgic users
Contents
Description
This module implements the Classic theme for Data::Printer, which was the default theme before
Data::Printer 1.0.
Name
Data::Printer::Theme::Classic - Classic DDP color theme for nostalgic users
See Also
Data::Printer
Data::Printer::Theme
perl v5.38.2 2024-04-27 Data::Printer::Theme::Classic(3pm)
Synopsis
In your ".dataprinter" file:
theme = Classic
Or during runtime:
use DDP theme => 'Classic';
