summaryrefslogtreecommitdiff
path: root/devel/p5-Object-Realize-Later/DESCR
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-17 03:10:41 +0000
committerminskim <minskim@pkgsrc.org>2004-02-17 03:10:41 +0000
commit4a292076311595de342002f1bf1778e064bea31d (patch)
tree6e7fbc35b05682c255c308ac009975b176524b4d /devel/p5-Object-Realize-Later/DESCR
parent2f09a219745257e154a84a5e4eb55701afd95883 (diff)
downloadpkgsrc-4a292076311595de342002f1bf1778e064bea31d.tar.gz
Import p5-Object-Realize-Later from pkgsrc-wip. Packaged by Adrian
Portelli and slightly modified by me. This module helps you implementing delay loading of object-data. While creating a stub-object, Object::Realize::Later simulates you got the real data.
Diffstat (limited to 'devel/p5-Object-Realize-Later/DESCR')
-rw-r--r--devel/p5-Object-Realize-Later/DESCR3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Object-Realize-Later/DESCR b/devel/p5-Object-Realize-Later/DESCR
new file mode 100644
index 00000000000..ce441c30909
--- /dev/null
+++ b/devel/p5-Object-Realize-Later/DESCR
@@ -0,0 +1,3 @@
+This module helps you implementing delay loading of object-data. While
+creating a stub-object, Object::Realize::Later simulates you got the
+real data.