aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Hook
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-Hook
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Notes
Diffstat (limited to 'devel/p5-Class-Hook')
-rw-r--r--devel/p5-Class-Hook/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Class-Hook/pkg-descr b/devel/p5-Class-Hook/pkg-descr
index d4d8c9c65959..52cbfcde2b37 100644
--- a/devel/p5-Class-Hook/pkg-descr
+++ b/devel/p5-Class-Hook/pkg-descr
@@ -1,7 +1,7 @@
Class::Hook enables you to trace methods calls from your code to other classes.
Instead of putting 'use Foo;' in your code, simply type 'use Class::Hook;'.
-The class Foo is unknown in your code. It will be magically catched by
+The class Foo is unknown in your code. It will be magically caught by
Class::Hook which will call Foo itself. You can see Class::Hook as a kind of
relay.