Commit graph

2 commits

Author SHA1 Message Date
Quentin Garnier
2e47e335bd Update to 1.6. Tidy up Makefile, change e-mail address.
1.6  2003-08-23
 - Scanning for subclasses now looks at @INC, instead of just the
   calling module's directory.  Patch from Iain Truskett.

1.5  2003-07-30
 - Fix a mistake in the documentation's SYNOPSIS.  Reported by Jay
   Bonci.
 - Added COPYRIGHT and SUPPORT sections to the docs, as well as a
   LICENSE file to the distro.  Thanks to Jay Bonci for reminding me that
   actually including a license is a good idea ;)
2004-01-02 10:49:01 +00:00
Quentin Garnier
38201fef05 Initial import of p5-Class-Factory-Util, version 1.4.
This module contains methods that are useful for factory classes.

When this module is loaded, it creates a method in its caller
named subclasses(). This method returns a list of the available
subclasses for the package. It does this by looking in the
library directory containing the caller, and finding any modules
in its immediate subdirectories.
2003-06-17 11:56:04 +00:00