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

NAME

Data::Printer::Theme::Material - Material theme for DDP

SYNOPSIS

In your .dataprinter file:

    theme = Material

Or during runtime:

    use DDP theme => 'Material';

DESCRIPTION

This module implements the Material theme for Data::Printer, inspired by Mattia Astorino's original work.

Material Theme

SEE ALSO

Data::Printer

Data::Printer::Theme