[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#364577: ITP: libclass-loader-perl -- Load modules and create objects on demand for perl



Package: wnpp
Severity: wishlist
Owner: "Pierre-Matthieu Alamy" <pm.alamy@habitat-humanisme.org>

* Package name    : libclass-loader-perl
  Version         : 2.03
  Upstream Author : Vipul Ved Prakash <mail@vipul.net>
* URL             : http://cpan.org/modules/by-module/Class/
* License         : Artistic
  Programming Lang: Perl
  Description     : Load modules and create objects on demand for perl

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

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)



Reply to: