cgi: fix description formatting

no actual change, so no rev-bump needed.

Sorry for the noise ...
This commit is contained in:
Joachim Mairböck
2025-08-06 21:22:54 +02:00
parent 379e9bc19c
commit cd3ac1a7b8

View File

@@ -1,9 +1,14 @@
SUMMARY="Handle Common Gateway Interface requests and responses"
DESCRIPTION="CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and processing and preparing HTTP headers.
DESCRIPTION="CGI.pm is a stable, complete and mature solution for processing and preparing HTTP \
requests and responses. Major features including processing form submissions, file uploads, \
reading and writing cookies, query string generation and manipulation, and processing and \
preparing HTTP headers.
CGI.pm performs very well in a vanilla CGI.pm environment and also comes with built-in support for mod_perl and mod_perl2 as well as FastCGI.
CGI.pm performs very well in a vanilla CGI.pm environment and also comes with built-in support \
for mod_perl and mod_perl2 as well as FastCGI.
It has the benefit of having developed and refined over 20 years with input from dozens of contributors and being deployed on thousands of websites."
It has the benefit of having developed and refined over 20 years with input from dozens of \
contributors and being deployed on thousands of websites."
HOMEPAGE="https://metacpan.org/pod/CGI"
COPYRIGHT="1995-2007, Lincoln D. Stein"
LICENSE="Artistic v2.0"