summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Loader
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/p5-Class-Loader
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'devel/p5-Class-Loader')
-rw-r--r--devel/p5-Class-Loader/DESCR18
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-Class-Loader/DESCR b/devel/p5-Class-Loader/DESCR
index 31d1cb1d279..9ae9e09484c 100644
--- a/devel/p5-Class-Loader/DESCR
+++ b/devel/p5-Class-Loader/DESCR
@@ -1,12 +1,12 @@
-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
+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
+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().