diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 13:59:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 13:59:48 +0000 |
commit | 417d207d4a9fa74490b67703dfa745f9c9872b32 (patch) | |
tree | 9b1d315f889d57e402c2b34239e443dee8eb87d8 /www/p5-CGI-Ex/pkg-descr | |
parent | cb189f0891e6ef36b1ca2099fd022c07e0b36bf9 (diff) | |
download | ports-417d207d4a9fa74490b67703dfa745f9c9872b32.tar.gz ports-417d207d4a9fa74490b67703dfa745f9c9872b32.zip |
Notes
Diffstat (limited to 'www/p5-CGI-Ex/pkg-descr')
-rw-r--r-- | www/p5-CGI-Ex/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/p5-CGI-Ex/pkg-descr b/www/p5-CGI-Ex/pkg-descr new file mode 100644 index 000000000000..019276ab833a --- /dev/null +++ b/www/p5-CGI-Ex/pkg-descr @@ -0,0 +1,13 @@ +CGI::Ex provides a suite of utilities to make writing CGI scripts more +enjoyable. Although they can all be used separately, the main +functionality of each of the modules is best represented in the +CGI::Ex::App module. CGI::Ex::App takes CGI application building to +the next step. CGI::Ex::App is not quite a framework (which normally +includes pre-built html) instead CGI::Ex::App is an extended +application flow that dramatically reduces CGI build time in most +cases. It does so using as little magic as possible. See CGI::Ex::App. + +The main functionality is provided by several other modules that may +be used separately, or together through the CGI::Ex interface. + +WWW: http://search.cpan.org/dist/CGI-Ex/ |