From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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