cs::Myke::Context - a module for providing context in error reports
use cs::Myke::Context;
The cs::Myke::Context module support for nested contexts so that error messages may have a traceback to accompany them to aid cuase location.
Blah.
Generally a new object is created (eg for the current line from a configuration file) and passed as an argument to other procedures or object constructions, to be kept as a field in data structures. Unused contexts are thus recovered immediately by the garbage collector.
Creates a new context object of the named type, with the current context as parent.
Does thing ...
Cameron Simpson <cs@zip.com.au>