aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Task-Weaken
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2008-05-24 05:18:39 +0800
committerolgeni <olgeni@FreeBSD.org>2008-05-24 05:18:39 +0800
commita8b5b44ad9cc608ee8e8957d93e2a640b784396a (patch)
tree4e96c6a298f377e11e48dc993edcc859226331de /devel/p5-Task-Weaken
parenta9a035c0d32720b85f03ba5f8921388f0a45c276 (diff)
downloadfreebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.tar.gz
freebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.tar.zst
freebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.zip
Hunt for typos in devel/p5-*.
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.