File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
2.086 31 March 2019
5
5
6
+ * IO::Compress::Zip & IO::Uncompress::Unzip
7
+ Added support for Language Encoding Flag via the EFS option.
8
+ Starting point was pull request https://github.com/pmqs/IO-Compress/pull/1
9
+
10
+ * zipdetails - some support for MVS (Z390) zip files
11
+
12
+ * IO::Uncompress::Base
13
+ Issue with trailing data after zip archive
14
+ #128626 for IO-Compress: mainframe zip archive
15
+
16
+ * t/cz-14gzopen.t
17
+ cperl error found in http://www.cpantesters.org/cpan/report/448cafc4-3108-11e9-9b6b-d3d33d7b1231
18
+ Perl has this: "Not enough arguments for Compress::Zlib::gzopen"
19
+ cperl uses this: "Not enough arguments for subroutine entry Compress::Zlib::gzopen"
20
+
21
+ * Handlers being called when optional modules are not installed
22
+ #128538: $SIG{__DIE__}
23
+
24
+ * #128194: Beef up diag when system returns error
25
+
6
26
* Moved source to github https://github.com/pmqs/IO-Compress
7
27
8
28
* Add META_MERGE to Makefile.PL
You can’t perform that action at this time.
0 commit comments