The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Chj::TerseDumper

SYNOPSIS

    use Chj::TerseDumper;
    my $foo = +{ foo => 1, bar => 10, baz => -1 };
    is terseDumper($foo), "XXX";
    is TerseDumper($foo), "XXX";

DESCRIPTION

Runs Data::Dumper's Dumper with $Data::Dumper::Terse set to 1.

NOTE

This is alpha software! Read the status section in the package README or on the website.