aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Task-Weaken
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-Task-Weaken
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Hunt for typos in devel/p5-*.
Notes
Notes: svn path=/head/; revision=213563
Diffstat (limited to 'devel/p5-Task-Weaken')
-rw-r--r--devel/p5-Task-Weaken/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Task-Weaken/pkg-descr b/devel/p5-Task-Weaken/pkg-descr
index f579c31fc4c8..5074b214c6dc 100644
--- a/devel/p5-Task-Weaken/pkg-descr
+++ b/devel/p5-Task-Weaken/pkg-descr
@@ -1,7 +1,7 @@
One recurring problem in modules that use Scalar::Util's weaken function is
that it is not present in the pure-perl variant.
-While this isn't necesarily always a problem in a straight CPAN-based Perl
+While this isn't necessarily always a problem in a straight CPAN-based Perl
environment, some operating system distributions only include the pure-Perl
versions, don't include the XS version, and so weaken is then "missing" from
the platform, despite passing a dependency on Scalar::Util successfully.