$CELL->status_err creates status object with bad caller
Configuration, Error-handling, Localization and Logging
Brought to you by:
smithfarm
When, in my module Foo.pm, I use $CELL->status_err and the other constructors in CELL.pm to create status objects, the caller attribute in the status object points to CELL.pm. In this case, the calling chain is: Foo.pm->CELL.pm->Status.pm
So, to be useful the caller attribute should point one level higher -- to Foo.pm.
fixed in 0.188