Unit testing is frequently repetitive: pick a subname, pass some
arguments, compare a result. Object::Excercise takes the lather,
rinse, repeat out of the coding by providing a simple data
structure to dispatch code with pre-arranged arguments and
validate the results. This talk looks at the underlying dispatch
mechanism in Perl that allows this and ways of using the module
to test a variety of code.