aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Default/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-12-10 10:08:57 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-12-10 10:08:57 +0000
commitcb1d98e3ffae9f00ba2b5370c7cd0753203fe597 (patch)
treec73eae5c922fbbb5b15e8d6bb47cc260d688590a /devel/p5-Class-Default/pkg-descr
parentd5388cfb12e6ba1a313c72b59cb78736a8d4b700 (diff)
downloadports-cb1d98e3ffae9f00ba2b5370c7cd0753203fe597.tar.gz
ports-cb1d98e3ffae9f00ba2b5370c7cd0753203fe597.zip
Notes
Diffstat (limited to 'devel/p5-Class-Default/pkg-descr')
-rw-r--r--devel/p5-Class-Default/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p5-Class-Default/pkg-descr b/devel/p5-Class-Default/pkg-descr
new file mode 100644
index 000000000000..4176de2f72e9
--- /dev/null
+++ b/devel/p5-Class-Default/pkg-descr
@@ -0,0 +1,15 @@
+Class::Default provides a mechanism to allow your class to take static
+method calls and apply it to a default instantiation of an object. It
+provides a flexibility to an API that allows it to be used more
+confortably in different situations.
+
+This technique appears to be especially usefull when writing modules
+that you want to be used in either a single use or a persistant
+environment. In a CGI like environment, you want the simplicity of a
+static interface. You can call Class-method> directly, without having
+to pass an instantiation around constantly.
+
+WWW: http://search.cpan.org/search?dist=Class-Default
+
+-- Sergey Skvortsov
+skv@FreeBSD.org