summaryrefslogtreecommitdiff
path: root/perl/perl-CGI/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-CGI/README')
-rw-r--r--perl/perl-CGI/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-CGI/README b/perl/perl-CGI/README
new file mode 100644
index 0000000000..d3da94ec0a
--- /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."