• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-323144

lib/CGI/H06-May-2021-1,386581

t/H03-May-2022-954812

xt/release/H06-May-2021-4811

CHANGESH A D06-May-202114.3 KiB415281

LICENSEH A D31-Mar-20158.7 KiB202151

MANIFESTH A D06-May-2021823 3231

META.jsonH A D06-May-20211.1 KiB5251

META.ymlH A D06-May-2021681 2827

Makefile.PLH A D06-May-20211.9 KiB8070

READMEH A D06-May-2021849 3520

TODOH A D03-May-2018206 64

README

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