Changes for version 1.00 - 2002-10-07

  • Add overridable logging/errors (Thanks to Eric Andreychek <eric@openthought.net>)
  • Subclasses do not need to implement any methods any longer -- using the module is a simple 'use base qw( Class::Factory )' away. (Thanks to Eric for the suggestion.)
  • Add get_loaded_types(), get_loaded_classes(), get_registered_types() and get_registered_classes() so you can keep track of the factory state.

Modules

Base class for dynamic factory classes