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!