Commit graph

3 commits

Author SHA1 Message Date
Jeremy Chadwick
0ec1929bdb Maintainer moved to ports@FreeBSD.org. 2008-11-20 11:06:24 +00:00
Jeremy Chadwick
60d4a55f35 - Fixup: only require p5-CGI.pm if perl version is < 5.8.5. Earlier
perl releases do include CGI.pm, but that version is fairly buggy.
2008-09-01 11:40:46 +00:00
Jeremy Chadwick
9ea741ff97 This perl module allows the embedding of perl code within CGI scripts
using simple tags, <perl> and </perl>, to begin and end perl parsing.
Once the perl module is included via "use", all text gets output to
stdout except for code within the above tags.

Despite what's in the CPAN README, this module does not require
Filter::Simple, only CGI.pm.

WWW: http://search.cpan.org/~mmathews/Markup-Perl/

Tindy testing by:	itetcu
2008-09-01 10:21:53 +00:00