aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-accessors
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-accessors
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Notes
Diffstat (limited to 'devel/p5-accessors')
-rw-r--r--devel/p5-accessors/pkg-descr6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-accessors/pkg-descr b/devel/p5-accessors/pkg-descr
index cd5dce06965f..cd24f1bf009f 100644
--- a/devel/p5-accessors/pkg-descr
+++ b/devel/p5-accessors/pkg-descr
@@ -1,12 +1,12 @@
The accessors pragma lets you create simple accessors at compile-time.
This saves you from writing them by hand, which tends to result in cut-n-paste
-errors and a mess of duplicated code. It can also help you reduce the ammount
-of unwanted direct-variable access that may creep into your codebase when
+errors and a mess of duplicated code. It can also help you reduce the amount
+of unwanted direct-variable access that may creep into your code base when
you're feeling lazy. accessors was designed with laziness in mind.
Method-chaining accessors are generated by default. This may be changed in
-future versions! If you want backwards compatability use accessors::chained
+future versions! If you want backwards compatibility use accessors::chained
and wait until the dust settles.
See accessors::classic for accessors that always return the current value if