diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-09-13 23:59:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 09:46:42 +0700 |
commit | 1d60f18b8bc9ed65a3f55faece74a1662148a134 (patch) | |
tree | 212b67137164b692e6c5cd5eacd20c24cd1a86b4 /perl/perl-cgi-minimal/slack-desc | |
parent | 54165e9f1b255533ed487d83c7d9199a8e6fe3ee (diff) |
perl/perl-cgi-minimal: Added (alternative to the CGI.pm module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-cgi-minimal/slack-desc')
-rw-r--r-- | perl/perl-cgi-minimal/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-cgi-minimal/slack-desc b/perl/perl-cgi-minimal/slack-desc new file mode 100644 index 0000000000000..382efcd654b1b --- /dev/null +++ b/perl/perl-cgi-minimal/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-cgi-minimal: perl-cgi-minimal (a micro-weight alternative to the CGI.pm module) +perl-cgi-minimal: +perl-cgi-minimal: Rather than attempt to address every possible need of a +perl-cgi-minimal: CGI programmer, it provides the _minimum_ functions needed for CGI +perl-cgi-minimal: such as form decoding (including file upload forms), URL encoding and +perl-cgi-minimal: decoding, HTTP usable date generation (RFC1123 compliant dates) and +perl-cgi-minimal: basic escaping and unescaping of HTMLized text. +perl-cgi-minimal: +perl-cgi-minimal: https://metacpan.org/pod/distribution/CGI-Minimal/lib/CGI/Minimal.pod +perl-cgi-minimal: +perl-cgi-minimal: |