1CGI::Lite v3.03
2---------------
3
4Released: 6th May 2021
5
6This is a new release of the 3.x branch. Please be aware of the API
7changes from 2.x with particular reference to the deprecated and obsolete
8subroutines and methods.
9
10
11DESCRIPTION
12-----------
13
14This module can be used to decode CGI form data, query strings, file
15uploads and cookies in a very simple manner.
16
17It has only one dependency and is therefore relatively fast to instantiate.
18This makes it well suited to a non-persistent CGI scenario.
19
20
21NEW IN THIS VERSION
22-------------------
23
24These are the changes since the last general release (3.02).
25
26Makefile.PL improved to CPAN Meta Spec 2 where available
27
28Test suite enhanced: full coverage of add_timestamp()
29
30DOC: Remove obsolete email addresses of contributors
31
32META: Public repo is now at GitLab
33
34See the CHANGES file for full history.
35