Skip to content

Commit f197957

Browse files
committed
Version 2.220
1 parent f2db247 commit f197957

34 files changed

Lines changed: 125 additions & 107 deletions

Changes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
CHANGES
22
-------
33

4+
2.220 16 May 2026
5+
6+
* remove use of eval in globmapper. #73
7+
Sat May 16 17:48:34 2026 +0100
8+
f2db247bf90d4cc7ee2710be384946081f3b4610
9+
10+
* Update zipdetails to version 4.006.
11+
Sat May 16 13:43:12 2026 +0100
12+
33c89d03d6e746ed2ead4f2f6570d47864c61bc7
13+
14+
* Fix typo in fastForward #72
15+
Fri May 15 23:18:39 2026 +0100
16+
68db44076f4c1a86a2ffe53a958eac6cabaf72e2
17+
18+
* Fix issue with "rawdeflate` option in AnyInflate. #71
19+
Fri May 15 22:56:20 2026 +0100
20+
fba3efe40208bd07034b6a3cf6bf9fc3b8b4f215
21+
422
2.219 9 March 2026
523

624
* Fix a few typos

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"web" : "https://github.com/pmqs/IO-Compress"
5555
}
5656
},
57-
"version" : "2.219",
57+
"version" : "2.220",
5858
"x_serialization_backend" : "JSON::PP version 2.97001"
5959
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ resources:
2929
bugtracker: https://github.com/pmqs/IO-Compress/issues
3030
homepage: https://github.com/pmqs/IO-Compress
3131
repository: git://github.com/pmqs/IO-Compress.git
32-
version: '2.219'
32+
version: '2.220'
3333
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use strict ;
44
require 5.006 ;
55

6-
$::VERSION = '2.219' ;
6+
$::VERSION = '2.220' ;
77
$::DEP_VERSION = '2.218';
88

99
use lib '.';

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
IO-Compress
33

4-
Version 2.219
4+
Version 2.220
55

6-
9 March 2026
6+
16 May 2026
77

88
Copyright (c) 1995-2026 Paul Marquess. All rights reserved.
99
This program is free software; you can redistribute it
@@ -111,7 +111,7 @@ To help me help you, I need all of the following information:
111111
If you haven't installed IO-Compress then search IO::Compress::Gzip.pm
112112
for a line like this:
113113

114-
$VERSION = "2.219" ;
114+
$VERSION = "2.220" ;
115115

116116
2. If you are having problems building IO-Compress, send me a
117117
complete log of what happened. Start by unpacking the IO-Compress

lib/Compress/Zlib.pm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ use Carp ;
77
use IO::Handle ;
88
use Scalar::Util qw(dualvar);
99

10-
use IO::Compress::Base::Common 2.219 ;
10+
use IO::Compress::Base::Common 2.220 ;
1111
use Compress::Raw::Zlib 2.218 ;
12-
use IO::Compress::Gzip 2.219 ;
13-
use IO::Uncompress::Gunzip 2.219 ;
12+
use IO::Compress::Gzip 2.220 ;
13+
use IO::Uncompress::Gunzip 2.220 ;
1414

1515
use strict ;
1616
use warnings ;
1717
use bytes ;
1818
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
1919

20-
$VERSION = '2.219';
20+
$VERSION = '2.220';
2121
$XS_VERSION = $VERSION;
2222
$VERSION = eval $VERSION;
2323

@@ -461,7 +461,7 @@ sub inflate
461461

462462
package Compress::Zlib ;
463463

464-
use IO::Compress::Gzip::Constants 2.219 ;
464+
use IO::Compress::Gzip::Constants 2.220 ;
465465

466466
sub memGzip($)
467467
{

lib/IO/Compress.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package IO::Compress;
22

3-
our $VERSION = '2.219' ;
3+
our $VERSION = '2.220' ;
44

55
=head1 NAME
66

lib/IO/Compress/Adapter/Bzip2.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ use strict;
44
use warnings;
55
use bytes;
66

7-
use IO::Compress::Base::Common 2.219 qw(:Status);
7+
use IO::Compress::Base::Common 2.220 qw(:Status);
88

99
use Compress::Raw::Bzip2 2.218 ;
1010

1111
our ($VERSION);
12-
$VERSION = '2.219';
12+
$VERSION = '2.220';
1313

1414
sub mkCompObject
1515
{

lib/IO/Compress/Adapter/Deflate.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ use strict;
44
use warnings;
55
use bytes;
66

7-
use IO::Compress::Base::Common 2.219 qw(:Status);
7+
use IO::Compress::Base::Common 2.220 qw(:Status);
88
use Compress::Raw::Zlib 2.218 qw( !crc32 !adler32 ) ;
99

1010
require Exporter;
1111
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, @EXPORT, %DEFLATE_CONSTANTS);
1212

13-
$VERSION = '2.219';
13+
$VERSION = '2.220';
1414
@ISA = qw(Exporter);
1515
@EXPORT_OK = @Compress::Raw::Zlib::DEFLATE_CONSTANTS;
1616
%EXPORT_TAGS = %Compress::Raw::Zlib::DEFLATE_CONSTANTS;

lib/IO/Compress/Adapter/Identity.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ use strict;
44
use warnings;
55
use bytes;
66

7-
use IO::Compress::Base::Common 2.219 qw(:Status);
7+
use IO::Compress::Base::Common 2.220 qw(:Status);
88
our ($VERSION);
99

10-
$VERSION = '2.219';
10+
$VERSION = '2.220';
1111

1212
sub mkCompObject
1313
{

0 commit comments

Comments
 (0)