Provide utility methods for factory classes
http://search.cpan.org/perldoc?Class::Factory::Util
This module exports a method that is 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 @INC as well as the directory containing
the caller, and finding any modules in the immediate subdirectories of the
calling module.
So if you have the modules "Foo::Base", "Foo::Base::Bar", and "Foo::Base::Baz",
then the return value of Foo::Base->subclasses() would be "Bar" and "Baz".
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Class-Factory-Util
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Class-Factory-Util && cd $_
- Create Badge
Refresh
Refresh
Source Files
Sources could not be expanded: service error: /usr/lib/obs/service/source_validators/60-spec-filelist: line 12: echo: write error: Broken pipe
Comments 0