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 ;)
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.