diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 16:42:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 16:42:40 +0000 |
commit | 267520c662d1f6bc8e265fbf1230c89e8a2cabb2 (patch) | |
tree | b33920265b303a4ff1d9d631d29ca2a3d80b642b /devel/p5-Class-Loader/pkg-descr | |
parent | 6eeae28b24cbdc987c4fd8013f4d44655f7f4d6d (diff) |
Notes
Diffstat (limited to 'devel/p5-Class-Loader/pkg-descr')
-rw-r--r-- | devel/p5-Class-Loader/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Class-Loader/pkg-descr b/devel/p5-Class-Loader/pkg-descr new file mode 100644 index 000000000000..62fa4c605ef0 --- /dev/null +++ b/devel/p5-Class-Loader/pkg-descr @@ -0,0 +1,7 @@ +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. |