Revision history for Perl extension Class::Factory.

1.06 Tue Nov 6 21:16:07 CET 2007

1.05 Thu Feb 1 22:57:21 PST 2007

1.04 Mon Aug 20 22:26:15 PST 2006

1.03 Thu Oct 14 10:08:08 EDT 2004

1.02 Tue Oct 12 21:02:04 EDT 2004

http://www.perlmonks.org/index.pl?node_id=398257

1.01 (never released for some reason)

It's just cleaner that way.

1.00 Mon Oct 7 11:15:50 EDT 2002

0.03 Sun Feb 10 13:00:20 EST 2002

      Added the ability to register a type/class without having
      Class::Factory include it. This is useful for modules that want
      to know all of their types at startup time but don't want to
      bring in a particular class until that type is requested. (See
      POD for details.)

0.02 Wed Jan 30 00:22:58 EST 2002

      Added simple constructor to be inherited as needed. This
      constructor automatically calls 'init()', not coincidentally the
      name that Class::Base uses. Small variable name changes.

0.01 Mon Jan 28 08:35:09 EST 2002

      Original version with tests, documentation and everything,
      written after the third or fourth time I cut-and-pasted a
      'add_type()' method to implement a dynamic factory class :-)