10 Feb
2009
10 Feb
'09
8:13 a.m.
On 2009/02/10, at 7:30 PM, John Beppu wrote:
Give C4::Debug an import() function like this:
sub import { if ($debug) { require Smart::Comments; Smart::Comments->import; require Data::Dumper; Data::Dumper->import; } C4::Debug->export_to_level(1, @_); }
hot damn - that works perfectly ;) thanks John!