./devel/p5-Class-Loader, Perl5 module for module loading and on-demand object creation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q3, Version: 2.03nb1, Package name: p5-Class-Loader-2.03nb1, Maintainer: mcr

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


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: 988de89eb72eb489e406d500327b5a62d6641025
RMD160: 1a95d5bd23cca06db51d40184663d021ef5e554c
Filesize: 6.042 KB

Version history: (Expand)