NAME

cs::Myke::Context - a module for providing context in error reports


SYNOPSIS

use cs::Myke::Context;


DESCRIPTION

The cs::Myke::Context module support for nested contexts so that error messages may have a traceback to accompany them to aid cuase location.


GENERAL FUNCTIONS

thing(arg1)

Blah.


OBJECT CREATION

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.

new cs::Myke::Context type, args...

Creates a new context object of the named type, with the current context as parent.


OBJECT METHODS

$Context->Method1(arg1...

Does thing ...


AUTHOR

Cameron Simpson <cs@zip.com.au>