Files
pkgsrc-ng/devel/p5-Class-Factory-Util/DESCR
2013-09-26 17:14:40 +02:00

9 lines
360 B
Plaintext

Class::Factory:Util 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.