aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-CGI-Application/README
diff options
context:
space:
mode:
authorNikos Giotis <nikos.giotis@gmail.com>2018-02-11 00:21:59 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-17 07:42:51 +0700
commit66de4fd4afa3c422a69b6f64ed15fc5bc9a4a0a6 (patch)
tree4c542b43cb63401beac5d9a018573c40729a7ed9 /perl/perl-CGI-Application/README
parentfdc175cd86084c3cddd88ba77b925b61924ce163 (diff)
perl/perl-CGI-Application: Added (Framework for web-applications).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-CGI-Application/README')
-rw-r--r--perl/perl-CGI-Application/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/perl/perl-CGI-Application/README b/perl/perl-CGI-Application/README
new file mode 100644
index 0000000000000..653803aefdd38
--- /dev/null
+++ b/perl/perl-CGI-Application/README
@@ -0,0 +1,13 @@
+perl-CGI-Application
+
+CGI::Application makes it easier to create sophisticated,
+high-performance, reusable web-based applications. CGI::Application
+helps makes your web applications easier to design, write, and evolve.
+
+CGI::Application judiciously avoids employing technologies and
+techniques which would bind a developer to any one set of tools,
+operating system or web server.
+
+It is lightweight in terms of memory usage, making it suitable for
+common CGI environments, and a high performance choice in persistent
+environments like FastCGI or mod_perl.