pkgsrc/devel/p5-Class-Factory-Util/DESCR
cube d7b82a691e Initial import of p5-Class-Factory-Util, version 1.6, into the NetBSD
Packages Collection.

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.
2005-01-25 15:59:14 +00:00

8 lines
360 B
Text

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.