aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Code-Perl
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-Code-Perl
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-Code-Perl')
-rw-r--r--devel/p5-Code-Perl/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Code-Perl/pkg-descr b/devel/p5-Code-Perl/pkg-descr
index ce33ac83d914..8b3392152d0a 100644
--- a/devel/p5-Code-Perl/pkg-descr
+++ b/devel/p5-Code-Perl/pkg-descr
@@ -2,7 +2,7 @@ Code::Perl allows you to build chunks of Perl code as a tree and then when
you're finished building, the tree can output the Perl code. This is
useful if you have built your own mini-language and you want to generate
Perl from it. Rather than generating the Perl at parse time and having to
-worry about quoting, escaping, parenthese etc, you can just build a tree
+worry about quoting, escaping, parentheses etc, you can just build a tree
using Code::Perl and then dump out the correct Perl at the end.
WWW: http://search.cpan.org/dist/Code-Perl