Hi,
Update to 2.15 from 2.13. Upstream chagnes are:
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
Regress tests pass:
===> Regression tests for p5-CGI-Fast-2.15
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness"
"-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
t/001_basic.t .............. ok
t/002_import.t ............. ok
t/003_env_pollution.t ...... ok
t/004_fcgi_file_handles.t .. ok
t/005_no_file_handles.t .... ok
t/006_changes.t ............ skipped: Test::CPAN::Changes required for this test
t/007_socket_perm.t ........ ok
All tests successful.
Files=7, Tests=53, 1 wallclock secs ( 0.05 usr 0.05 sys + 0.56 cusr 0.21
csys = 0.87 CPU)
Result: PASS
I don't use it actively any more, so didn't had a chance to test it yet.
Any feedback appreciated.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Fast/Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile
--- Makefile 11 Dec 2017 12:42:19 -0000 1.2
+++ Makefile 10 May 2019 06:02:22 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2017/12/11 12:42:19 bluhm Exp $
COMMENT = CGI interface for FastCGI
-DISTNAME = CGI-Fast-2.13
+DISTNAME = CGI-Fast-2.15
CATEGORIES = www
MAINTAINER = Mikolaj Kucharski <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Fast/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- distinfo 11 Dec 2017 12:42:19 -0000 1.2
+++ distinfo 10 May 2019 06:02:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (CGI-Fast-2.13.tar.gz) = eS8h/DuUOA43yZ+qeQHs7fAdaFUZEADR/7KnADgTsdQ=
-SIZE (CGI-Fast-2.13.tar.gz) = 8844
+SHA256 (CGI-Fast-2.15.tar.gz) = 5TQt89xZPt+3JMev6FCxoO51P01zP1GT4DewRjPf7s4=
+SIZE (CGI-Fast-2.15.tar.gz) = 9277
--
Regards,
Mikolaj