[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Bug 179444] New: Review Request: perl-Class-Loader
- From: bugzilla redhat com
- To: fedora-extras-list redhat com
- Subject: [Bug 179444] New: Review Request: perl-Class-Loader
- Date: Tue, 31 Jan 2006 09:29:34 -0500
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179444
Summary: Review Request: perl-Class-Loader
Product: Fedora Extras
Version: devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: Package Review
AssignedTo: gdk redhat com
ReportedBy: paul city-fan org
QAContact: dkl redhat com
CC: fedora-extras-list redhat com
Spec Name or Url: http://www.city-fan.org/~paul/extras/perl-Class-Loader/perl-Class-Loader.spec
SRPM Name or Url: http://www.city-fan.org/~paul/extras/perl-Class-Loader/perl-Class-Loader-2.03-1.src.rpm
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().
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]