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

NAME

CDD - Contextual::Diag shortcut for faster debugging

SYNOPSIS

    use CDD;

    if (cdd) { }
    # => warn "evaluated as BOOL in SCALAR context"

DESCRIPTION

Tired of typing use Contextual::Diag every time? CDD lets you quickly call!

Happy debugging!

SEE ALSO

Contextual::Diag