diff options
Diffstat (limited to 'www/p5-CGI-Deurl-XS/pkg-descr')
-rw-r--r-- | www/p5-CGI-Deurl-XS/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-CGI-Deurl-XS/pkg-descr b/www/p5-CGI-Deurl-XS/pkg-descr new file mode 100644 index 000000000000..c36814d2b83e --- /dev/null +++ b/www/p5-CGI-Deurl-XS/pkg-descr @@ -0,0 +1,6 @@ +This module decodes a URL-encoded parameter string in the manner of +CGI.pm. However, as it uses C code from libapreq to perform the task, +it's somewhere from slightly to much faster (depending on your strings) +than using CGI or a functionally similar module like CGI::Deurl. + +WWW: http://search.cpan.org/dist/CGI-Deurl-XS/ |