+03Mar23=======================================================================
+1. Fix DXDebug::DXDebug not found errors in rarely used functions. This is
+ also an interaction with differing versions of Mojolicious. Clearly this
+ has never happened to me (sigh).
02Mar23=======================================================================
1. Fix sh/dx/30 problem. I.e. allow old style version of sh/dx 30.
01Mar23=======================================================================
exit(-1);
}
sub carp {
- DXDebug::dbgprintring(25) if DXDebug('nologchan');
+ DXDebug::dbgprintring(25) if DXDebug::isdbg('nologchan');
# DXDebug::dbg(Carp::shortmess(\@_));
DXDebug::longmess(\@_);
}
sub cluck {
- DXDebug::dbgprintring(25) if DXDebug('nologchan');
+ DXDebug::dbgprintring(25) if DXDebug::isdbg('nologchan');
# DXDebug::dbg(Carp::longmess(\@_));
DXDebug::longmess(\@_);
} );