aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Default
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
commitf532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch)
tree493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-Class-Default
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Notes
Diffstat (limited to 'devel/p5-Class-Default')
-rw-r--r--devel/p5-Class-Default/pkg-descr6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Class-Default/pkg-descr b/devel/p5-Class-Default/pkg-descr
index bcc7d88ebad2..ffe506a5d6c5 100644
--- a/devel/p5-Class-Default/pkg-descr
+++ b/devel/p5-Class-Default/pkg-descr
@@ -1,10 +1,10 @@
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.
+comfortably 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
+This technique appears to be especially useful when writing modules
+that you want to be used in either a single use or a persistent
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.