diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-Class-Handle | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) | |
download | ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip |
Notes
Diffstat (limited to 'devel/p5-Class-Handle')
-rw-r--r-- | devel/p5-Class-Handle/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Class-Handle/pkg-descr b/devel/p5-Class-Handle/pkg-descr index febc4a6ddfc6..d31f1763e191 100644 --- a/devel/p5-Class-Handle/pkg-descr +++ b/devel/p5-Class-Handle/pkg-descr @@ -3,7 +3,7 @@ different modules. Class::Handle attempts to provide a convenient object wrapper around the various different types of functions that can be performed on a class. -Currently, Class::Handle provies what is effectively a combined API from +Currently, Class::Handle provides what is effectively a combined API from UNIVERSAL, Class::ISA and Class::Inspector for obtaining information about a Class, and some additional task methods, such as load to common tasks relating to classes. |