CGI-Fast
view release on metacpan or search on metacpan
Revision history for CGI::Fast
2.17 2023-11-13
[INTERNALS
- replace use vars with our
(GH #23, thanks to mauke)
2.16 2021-09-01
[FIX]
- skip t/007_socket_perm.t on Cygwin as well as MSWin32
(GH #20)
2.15 2019-03-29
[FIX]
- ensure upload hooks are passed to CGI.pm constructor
(GH #19, thanks to ikegami)
2.14 2019-03-26
[DOCUMENTATION]
- Add a link to the "you probably shouldn't use CGI.pm" docs
2.13 2017-11-17
[TESTING]
remove use of Test::Deep completely (GH #17)
2.12 2016-11-22
[DOCUMENTATION]
- tweak docs about overriding STDIN due to interference with POST
requests (GH #16, thanks to melak)
2.11 2016-11-17
[FIX]
- make sure we use CGI::Carp as we depend on it (GH #15, thanks to melak)
2.10 2015-06-22
[DOCUMENTATION]
- Kwalitee improvements in distribution
2.09 2015-03-08
[DOCUMENTATION]
- Clarify order of use statements when using both CGI and CGI::Fast
- Replace indirect object notation with ->new
[TESTING]
- Tests for CGI imports and load order
2.07 2015-02-23
[FIX]
- test added in 2.06 should use File::Temp
2.06 2015-02-23
[FEATURE]
- Add support for changing socket permissions. Thanks to powerman
for the patch and tests
2.05 2014-12-11
[TESTING]
remove useless use of Test::Deep in tests
this patch was sourced from the fedora perl-devel mailing list[1],
in which i see more patches for CGI - fedora perl-devel people: if
you're going to patch modules then please send those patches upstream
where relevant. many perl modules are now on github (including this
one) so it's easy, and it prevents alternate versions of modules
that could lead to frustrating debugging sessions because *your*
version of FCGI (2.04) is different to what the *real* version of
FCGI (2.04) is[2].
* [1] https://lists.fedoraproject.org/pipermail/perl-devel
* [2] the "real" version of FCGI being that available on CPAN
2.04 2014-10-12
[TESTING]
- Fix tests for recent version of CGI (v4.05+), which removed the
-private_tempfiles pragma and PRIVATE_TEMPFILES variable, so use
( run in 1.095 second using v1.01-cache-2.11-cpan-b16cb0d3907 )