diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-26 23:26:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-29 07:16:42 +0700 |
commit | f60e7ebdd57d284c6e5ff6d71d860c4f82850f58 (patch) | |
tree | ca44ac7992016d6512e3b961a8949f0ccc54f020 /perl/perl-CGI/README | |
parent | b00aabe841eca43207663a830cee6095b3cc8b39 (diff) |
perl/perl-CGI: Added (Common Gateway Interface for perl).
This was removed from the perl-5.22 core, but is still needed by:
network/nagiosgraph
perl/perl-Test-MockModule
perl/perl-http-server-simple
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-CGI/README')
-rw-r--r-- | perl/perl-CGI/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-CGI/README b/perl/perl-CGI/README new file mode 100644 index 0000000000000..d3da94ec0a33a --- /dev/null +++ b/perl/perl-CGI/README @@ -0,0 +1,11 @@ +Perl module for handling Common Gateway Interface requests and responses. + +See https://metacpan.org/pod/CGI + +In particular, please note: + +"CGI.pm is no longer considered good practice for developing web +applications, including quick prototyping and small web scripts. +There are far better, cleaner, quicker, easier, safer, more scalable, +more extensible, more modern alternatives available at this point in +time." |