projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
57d662d
)
bump version to 0.81 and prepare for release
0.81
Karen Etheridge [Fri, 30 Jul 2021 23:16:25 +0000 (16:16 -0700)]
perl/ChangeLog
patch
|
blob
|
blame
|
history
perl/FCGI.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl/ChangeLog
b/perl/ChangeLog
index
cbd5196
..
1bffbd6
100644
(file)
--- a/
perl/ChangeLog
+++ b/
perl/ChangeLog
@@
-1,5
+1,7
@@
Release history for FCGI
+Version 0.81 -- 2021-07-31
+
- Add dependency to FCGI::Client 0.09 so as to not depend on Any::Moose,
which is deprecated. (Michal Josef Špaček, PR #7)
- fix test failures on MSWin32 ((Michal Josef Špaček, PR #8)
diff --git
a/perl/FCGI.pm
b/perl/FCGI.pm
index
90ce926
..
2184e2f
100644
(file)
--- a/
perl/FCGI.pm
+++ b/
perl/FCGI.pm
@@
-2,7
+2,7
@@
package FCGI;
use strict;
BEGIN {
- our $VERSION = '0.80';
+ our $VERSION = '0.81';
require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);