Package perl-Class-Loader
Source package: perl-Class-Loader
Version: 2.03-alt3
Category: Development/Perl
Report package bug
Version: 2.03-alt3
Build time: Sep 19, 2021, 02:14 AM
Report package bug
License: GPL or Artistic
Summary: Load modules and create objects on demand
Description:
Summary: Load modules and create objects on demand
Description:
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().
Maintainer: Alexey Tourbin
List of contributors:
Alexey Tourbin
Igor Vlasenko
Vitaly Lipatov
ACL: Vitaly Lipatov, @cpan, @qa
Last changes:List of contributors:
Alexey Tourbin
Igor Vlasenko
Vitaly Lipatov
ACL: Vitaly Lipatov, @cpan, @qa
Oct. 6, 2011 Alexey Tourbin 2.03-alt3 |
- don't permit installing from CPAN by default |
Nov. 22, 2010 Igor Vlasenko 2.03-alt2.1 |
- repair after perl 5.12 upgrade using girar-nmu |
Sept. 4, 2008 Vitaly Lipatov 2.03-alt2 |
- fix directory ownership violation |