aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Petal-CodePerl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-Petal-CodePerl
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
Notes
Diffstat (limited to 'textproc/p5-Petal-CodePerl')
-rw-r--r--textproc/p5-Petal-CodePerl/pkg-descr12
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Petal-CodePerl/pkg-descr b/textproc/p5-Petal-CodePerl/pkg-descr
index 22b0611d0484..1cfd8e59bb4d 100644
--- a/textproc/p5-Petal-CodePerl/pkg-descr
+++ b/textproc/p5-Petal-CodePerl/pkg-descr
@@ -1,19 +1,19 @@
-This module provides a CodeGenerator for Petal that inherits almost
-everything from Petal::CodeGenerator but modifies how expressions are
+This module provides a CodeGenerator for Petal that inherits almost
+everything from Petal::CodeGenerator but modifies how expressions are
dealt with. Petal normally includes code like this
$hash->get( "not:user" )
-in the compiled template. This means the path has to be parsed and
+in the compiled template. This means the path has to be parsed and
interpreted at runtime. Using Petal::CodePerl, Petal will now produce this
! ($hash->{"user"})
which will be much faster.
-It uses Parse::RecDescent to parse the PETALES expressions which makes it
-a bit slow to load the module but this won't matter much unless you have
-turned off caching. It won't matter at all for something like Apache's
+It uses Parse::RecDescent to parse the PETALES expressions which makes it
+a bit slow to load the module but this won't matter much unless you have
+turned off caching. It won't matter at all for something like Apache's
mod_perl.
WWW: http://search.cpan.org/dist/Petal-CodePerl/