Packages not in Groups

perl-Class-Loader - Load modules and create objects on demand

Certain applications like to defer the decision to use a particular module till
runtime. This is possible in perl, and is a useful trick in situations where
the type of data is not known at compile time and the application doesn't wish
to pre-compile modules to handle all types of data it can work with. Loading
modules at runtime can also provide flexible interfaces for perl modules.
Modules can let the programmer decide what modules will be used by it instead
of hard-coding their names.

Class::Loader is an inheritable class that provides a method, _load(), to load
a module from disk and construct an object by calling its constructor. It also
provides a way to map modules' names and associated metadata with symbolic
names that can be used in place of module names at _load().
License:GPL or Artistic Group:Packages not in Groups
URL:http://search.cpan.org/dist/Class-Loader/ Source: perl-Class-Loader

Packages

Name Version Release Type Size Built
perl-Class-Loader 2.03 3.fc6 noarch 17 KiB Tue Aug 29 12:44:00 2006

Changelog

* Tue Aug 29 18:00:00 2006 Paul Howarth <paul{%}city-fan{*}org> 2.03-3
- FE6 mass rebuild
* Wed Feb 15 17:00:00 2006 Paul Howarth <paul{%}city-fan{*}org> 2.03-2
- Rebuild for perl 5.8.8 (FC5)
* Mon Dec 5 17:00:00 2005 Paul Howarth <paul{%}city-fan{*}org> 2.03-1
- Initial build

Listing created by RepoView-0.5.2-1.fc6 (modified)