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!
CDD - Contextual::Diag shortcut for faster debugging
use CDD;
if (cdd) { }
# => warn "evaluated as BOOL in SCALAR context"
Tired of typing use Contextual::Diag every time? CDD lets you quickly call!
Happy debugging!