Skip to content

Commit 7439789

Browse files
committed
cpan/IO-Compress - Update to version 2.206
2.206 25 July 2023 * 2.206 Tue, 25 Jul 2023 16:37:44 +0100 6f00921ce36a80f6b507402cee71e9f3a9cc406d * Merge branch 'master' of https://github.com/pmqs/IO-Compress Sat, 22 Jul 2023 20:22:41 +0100 d561922b964796e94c94c89f69550de5b95fb342 * Merge pull request #50 from haarg/fix-version-check Sat, 22 Jul 2023 19:13:38 +0100 9d4f8755024db3bc16a628fa736680cd6f0b90ab * fix version checks to use correct method Fri, 21 Jul 2023 18:36:29 +0200 c60f5c619f9a8c3038428724a01c6722e51e37a7 * drop rt.cpan from SUPPORT section Tue, 18 Jul 2023 09:19:52 +0100 02fc4ab0b2c9c30c7014238f20bf02e2857d4c52
1 parent 73cf7e7 commit 7439789

31 files changed

+151
-252
lines changed

MANIFEST

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ cpan/HTTP-Tiny/t/180_verify_SSL.t
12651265
cpan/HTTP-Tiny/t/BrokenCookieJar.pm
12661266
cpan/HTTP-Tiny/t/SimpleCookieJar.pm
12671267
cpan/HTTP-Tiny/t/Util.pm
1268-
cpan/IO-Compress/bin/streamzip
1268+
cpan/IO-Compress/bin/streamzip IO-Compress
12691269
cpan/IO-Compress/bin/zipdetails IO::Compress
12701270
cpan/IO-Compress/lib/Compress/Zlib.pm IO::Compress
12711271
cpan/IO-Compress/lib/File/GlobMapper.pm IO::Compress
@@ -1297,7 +1297,6 @@ cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm IO::Compress
12971297
cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm IO::Compress
12981298
cpan/IO-Compress/Makefile.PL IO::Compress
12991299
cpan/IO-Compress/private/MakeUtil.pm IO::Compress
1300-
cpan/IO-Compress/t/000prereq.t IO::Compress
13011300
cpan/IO-Compress/t/001bzip2.t IO::Compress
13021301
cpan/IO-Compress/t/001zlib-generic-deflate.t IO::Compress
13031302
cpan/IO-Compress/t/001zlib-generic-gzip.t IO::Compress
@@ -1311,7 +1310,7 @@ cpan/IO-Compress/t/002any-zip.t IO::Compress
13111310
cpan/IO-Compress/t/004gziphdr.t IO::Compress
13121311
cpan/IO-Compress/t/005defhdr.t IO::Compress
13131312
cpan/IO-Compress/t/006zip.t IO::Compress
1314-
cpan/IO-Compress/t/011-streamzip.t
1313+
cpan/IO-Compress/t/011-streamzip.t Test file related to IO-Compress
13151314
cpan/IO-Compress/t/01misc.t IO::Compress
13161315
cpan/IO-Compress/t/020isize.t IO::Compress
13171316
cpan/IO-Compress/t/050interop-gzip.t IO::Compress
@@ -1359,7 +1358,7 @@ cpan/IO-Compress/t/107multi-deflate.t IO::Compress
13591358
cpan/IO-Compress/t/107multi-gzip.t IO::Compress
13601359
cpan/IO-Compress/t/107multi-rawdeflate.t IO::Compress
13611360
cpan/IO-Compress/t/107multi-zip.t IO::Compress
1362-
cpan/IO-Compress/t/107multi-zip-only.t
1361+
cpan/IO-Compress/t/107multi-zip-only.t Test file related to IO-Compress
13631362
cpan/IO-Compress/t/108anyunc-bzip2.t IO::Compress
13641363
cpan/IO-Compress/t/108anyunc-deflate.t IO::Compress
13651364
cpan/IO-Compress/t/108anyunc-gzip.t IO::Compress
@@ -1376,8 +1375,8 @@ cpan/IO-Compress/t/110encode-gzip.t IO::Compress
13761375
cpan/IO-Compress/t/110encode-rawdeflate.t IO::Compress
13771376
cpan/IO-Compress/t/110encode-zip.t IO::Compress
13781377
cpan/IO-Compress/t/111const-deflate.t IO::Compress
1379-
cpan/IO-Compress/t/112utf8-zip.t
1380-
cpan/IO-Compress/t/113issues.t
1378+
cpan/IO-Compress/t/112utf8-zip.t Test file related to IO-Compress
1379+
cpan/IO-Compress/t/113issues.t Test file related to IO-Compress
13811380
cpan/IO-Compress/t/999pod.t IO::Compress
13821381
cpan/IO-Compress/t/compress/any.pl Compress::Zlib
13831382
cpan/IO-Compress/t/compress/anyunc.pl Compress::Zlib
@@ -1398,13 +1397,13 @@ cpan/IO-Compress/t/cz-03zlib-v1.t IO::Compress
13981397
cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress
13991398
cpan/IO-Compress/t/cz-08encoding.t IO::Compress
14001399
cpan/IO-Compress/t/cz-14gzopen.t IO::Compress
1401-
cpan/IO-Compress/t/files/bad-efs.zip
1402-
cpan/IO-Compress/t/files/encrypt-aes.zip
1403-
cpan/IO-Compress/t/files/encrypt-standard.zip
1404-
cpan/IO-Compress/t/files/jar.zip
1405-
cpan/IO-Compress/t/files/meta.xml
1406-
cpan/IO-Compress/t/files/test.ods
1407-
cpan/IO-Compress/t/files/testfile1.odt
1400+
cpan/IO-Compress/t/files/bad-efs.zip IO-Compress
1401+
cpan/IO-Compress/t/files/encrypt-aes.zip IO-Compress
1402+
cpan/IO-Compress/t/files/encrypt-standard.zip IO-Compress
1403+
cpan/IO-Compress/t/files/jar.zip IO-Compress
1404+
cpan/IO-Compress/t/files/meta.xml IO-Compress
1405+
cpan/IO-Compress/t/files/test.ods IO-Compress
1406+
cpan/IO-Compress/t/files/testfile1.odt IO-Compress
14081407
cpan/IO-Compress/t/globmapper.t IO::Compress
14091408
cpan/IO-Socket-IP/lib/IO/Socket/IP.pm IO::Socket::IP
14101409
cpan/IO-Socket-IP/t/00use.t IO::Socket::IP tests

Porting/Maintainers.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,8 @@ package Maintainers;
655655
},
656656

657657
'IO-Compress' => {
658-
'DISTRIBUTION' => 'PMQS/IO-Compress-2.205.tar.gz',
658+
'DISTRIBUTION' => 'PMQS/IO-Compress-2.206.tar.gz',
659+
'SYNCINFO' => 'yorton on Tue Jul 25 20:51:33 2023',
659660
'MAIN_MODULE' => 'IO::Compress::Base',
660661
'FILES' => q[cpan/IO-Compress],
661662
'EXCLUDED' => [

cpan/IO-Compress/Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
use strict ;
44
require 5.006 ;
55

6-
$::VERSION = '2.205' ;
7-
$::DEP_VERSION = '2.205';
6+
$::VERSION = '2.206' ;
7+
$::DEP_VERSION = '2.206';
88

99
use lib '.';
1010
use private::MakeUtil;

cpan/IO-Compress/lib/Compress/Zlib.pm

Lines changed: 6 additions & 6 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.205 ;
11-
use Compress::Raw::Zlib 2.205 ;
12-
use IO::Compress::Gzip 2.205 ;
13-
use IO::Uncompress::Gunzip 2.205 ;
10+
use IO::Compress::Base::Common 2.206 ;
11+
use Compress::Raw::Zlib 2.206 ;
12+
use IO::Compress::Gzip 2.206 ;
13+
use IO::Uncompress::Gunzip 2.206 ;
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.205';
20+
$VERSION = '2.206';
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.205 ;
464+
use IO::Compress::Gzip::Constants 2.206 ;
465465

466466
sub memGzip($)
467467
{

cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm

Lines changed: 3 additions & 3 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.205 qw(:Status);
7+
use IO::Compress::Base::Common 2.206 qw(:Status);
88

9-
use Compress::Raw::Bzip2 2.205 ;
9+
use Compress::Raw::Bzip2 2.206 ;
1010

1111
our ($VERSION);
12-
$VERSION = '2.205';
12+
$VERSION = '2.206';
1313

1414
sub mkCompObject
1515
{

cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm

Lines changed: 3 additions & 3 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.205 qw(:Status);
8-
use Compress::Raw::Zlib 2.205 qw( !crc32 !adler32 ) ;
7+
use IO::Compress::Base::Common 2.206 qw(:Status);
8+
use Compress::Raw::Zlib 2.206 qw( !crc32 !adler32 ) ;
99

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

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

cpan/IO-Compress/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.205 qw(:Status);
7+
use IO::Compress::Base::Common 2.206 qw(:Status);
88
our ($VERSION);
99

10-
$VERSION = '2.205';
10+
$VERSION = '2.206';
1111

1212
sub mkCompObject
1313
{

cpan/IO-Compress/lib/IO/Compress/Base.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require 5.006 ;
66
use strict ;
77
use warnings;
88

9-
use IO::Compress::Base::Common 2.205 ;
9+
use IO::Compress::Base::Common 2.206 ;
1010

1111
use IO::File (); ;
1212
use Scalar::Util ();
@@ -20,7 +20,7 @@ use Symbol();
2020
our (@ISA, $VERSION);
2121
@ISA = qw(IO::File Exporter);
2222

23-
$VERSION = '2.205';
23+
$VERSION = '2.206';
2424

2525
#Can't locate object method "SWASHNEW" via package "utf8" (perhaps you forgot to load "utf8"?) at .../ext/Compress-Zlib/Gzip/blib/lib/Compress/Zlib/Common.pm line 16.
2626

cpan/IO-Compress/lib/IO/Compress/Base/Common.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use File::GlobMapper;
1111
require Exporter;
1212
our ($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $HAS_ENCODE);
1313
@ISA = qw(Exporter);
14-
$VERSION = '2.205';
14+
$VERSION = '2.206';
1515

1616
@EXPORT = qw( isaFilehandle isaFilename isaScalar
1717
whatIsInput whatIsOutput

cpan/IO-Compress/lib/IO/Compress/Bzip2.pm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ use warnings;
55
use bytes;
66
require Exporter ;
77

8-
use IO::Compress::Base 2.205 ;
8+
use IO::Compress::Base 2.206 ;
99

10-
use IO::Compress::Base::Common 2.205 qw();
11-
use IO::Compress::Adapter::Bzip2 2.205 ;
10+
use IO::Compress::Base::Common 2.206 qw();
11+
use IO::Compress::Adapter::Bzip2 2.206 ;
1212

1313

1414

1515
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $Bzip2Error);
1616

17-
$VERSION = '2.205';
17+
$VERSION = '2.206';
1818
$Bzip2Error = '';
1919

2020
@ISA = qw(IO::Compress::Base Exporter);
@@ -51,7 +51,7 @@ sub getExtraParams
5151
{
5252
my $self = shift ;
5353

54-
use IO::Compress::Base::Common 2.205 qw(:Parse);
54+
use IO::Compress::Base::Common 2.206 qw(:Parse);
5555

5656
return (
5757
'blocksize100k' => [IO::Compress::Base::Common::Parse_unsigned, 1],

cpan/IO-Compress/lib/IO/Compress/Deflate.pm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ use bytes;
88

99
require Exporter ;
1010

11-
use IO::Compress::RawDeflate 2.205 ();
12-
use IO::Compress::Adapter::Deflate 2.205 ;
11+
use IO::Compress::RawDeflate 2.206 ();
12+
use IO::Compress::Adapter::Deflate 2.206 ;
1313

14-
use IO::Compress::Zlib::Constants 2.205 ;
15-
use IO::Compress::Base::Common 2.205 qw();
14+
use IO::Compress::Zlib::Constants 2.206 ;
15+
use IO::Compress::Base::Common 2.206 qw();
1616

1717

1818
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $DeflateError);
1919

20-
$VERSION = '2.205';
20+
$VERSION = '2.206';
2121
$DeflateError = '';
2222

2323
@ISA = qw(IO::Compress::RawDeflate Exporter);

cpan/IO-Compress/lib/IO/Compress/Gzip.pm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ use bytes;
88

99
require Exporter ;
1010

11-
use IO::Compress::RawDeflate 2.205 () ;
12-
use IO::Compress::Adapter::Deflate 2.205 ;
11+
use IO::Compress::RawDeflate 2.206 () ;
12+
use IO::Compress::Adapter::Deflate 2.206 ;
1313

14-
use IO::Compress::Base::Common 2.205 qw(:Status );
15-
use IO::Compress::Gzip::Constants 2.205 ;
16-
use IO::Compress::Zlib::Extra 2.205 ;
14+
use IO::Compress::Base::Common 2.206 qw(:Status );
15+
use IO::Compress::Gzip::Constants 2.206 ;
16+
use IO::Compress::Zlib::Extra 2.206 ;
1717

1818
BEGIN
1919
{
@@ -25,7 +25,7 @@ BEGIN
2525

2626
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $GzipError);
2727

28-
$VERSION = '2.205';
28+
$VERSION = '2.206';
2929
$GzipError = '' ;
3030

3131
@ISA = qw(IO::Compress::RawDeflate Exporter);

cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require Exporter;
99
our ($VERSION, @ISA, @EXPORT, %GZIP_OS_Names);
1010
our ($GZIP_FNAME_INVALID_CHAR_RE, $GZIP_FCOMMENT_INVALID_CHAR_RE);
1111

12-
$VERSION = '2.205';
12+
$VERSION = '2.206';
1313

1414
@ISA = qw(Exporter);
1515

cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ use strict ;
66
use warnings;
77
use bytes;
88

9-
use IO::Compress::Base 2.205 ;
10-
use IO::Compress::Base::Common 2.205 qw(:Status :Parse);
11-
use IO::Compress::Adapter::Deflate 2.205 ;
12-
use Compress::Raw::Zlib 2.205 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION Z_DEFAULT_STRATEGY);
9+
use IO::Compress::Base 2.206 ;
10+
use IO::Compress::Base::Common 2.206 qw(:Status :Parse);
11+
use IO::Compress::Adapter::Deflate 2.206 ;
12+
use Compress::Raw::Zlib 2.206 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION Z_DEFAULT_STRATEGY);
1313

1414
require Exporter ;
1515

1616
our ($VERSION, @ISA, @EXPORT_OK, %DEFLATE_CONSTANTS, %EXPORT_TAGS, $RawDeflateError);
1717

18-
$VERSION = '2.205';
18+
$VERSION = '2.206';
1919
$RawDeflateError = '';
2020

2121
@ISA = qw(IO::Compress::Base Exporter);

cpan/IO-Compress/lib/IO/Compress/Zip.pm

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

7-
use IO::Compress::Base::Common 2.205 qw(:Status );
8-
use IO::Compress::RawDeflate 2.205 ();
9-
use IO::Compress::Adapter::Deflate 2.205 ;
10-
use IO::Compress::Adapter::Identity 2.205 ;
11-
use IO::Compress::Zlib::Extra 2.205 ;
12-
use IO::Compress::Zip::Constants 2.205 ;
7+
use IO::Compress::Base::Common 2.206 qw(:Status );
8+
use IO::Compress::RawDeflate 2.206 ();
9+
use IO::Compress::Adapter::Deflate 2.206 ;
10+
use IO::Compress::Adapter::Identity 2.206 ;
11+
use IO::Compress::Zlib::Extra 2.206 ;
12+
use IO::Compress::Zip::Constants 2.206 ;
1313

1414
use File::Spec();
1515
use Config;
1616

17-
use Compress::Raw::Zlib 2.205 ();
17+
use Compress::Raw::Zlib 2.206 ();
1818

1919
BEGIN
2020
{
2121
eval { require IO::Compress::Adapter::Bzip2 ;
22-
IO::Compress::Adapter::Bzip2->import( 2.205 );
22+
IO::Compress::Adapter::Bzip2->VERSION( 2.206 );
2323
require IO::Compress::Bzip2 ;
24-
IO::Compress::Bzip2->import( 2.205 );
24+
IO::Compress::Bzip2->VERSION( 2.206 );
2525
} ;
2626

2727
eval { require IO::Compress::Adapter::Lzma ;
28-
IO::Compress::Adapter::Lzma->import( 2.205 );
28+
IO::Compress::Adapter::Lzma->VERSION( 2.206 );
2929
require IO::Compress::Lzma ;
30-
IO::Compress::Lzma->import( 2.205 );
30+
IO::Compress::Lzma->VERSION( 2.206 );
3131
} ;
3232

3333
eval { require IO::Compress::Adapter::Xz ;
34-
IO::Compress::Adapter::Xz->import( 2.205 );
34+
IO::Compress::Adapter::Xz->VERSION( 2.206 );
3535
require IO::Compress::Xz ;
36-
IO::Compress::Xz->import( 2.205 );
36+
IO::Compress::Xz->VERSION( 2.206 );
3737
} ;
3838
eval { require IO::Compress::Adapter::Zstd ;
39-
IO::Compress::Adapter::Zstd->import( 2.205 );
39+
IO::Compress::Adapter::Zstd->VERSION( 2.206 );
4040
require IO::Compress::Zstd ;
41-
IO::Compress::Zstd->import( 2.205 );
41+
IO::Compress::Zstd->VERSION( 2.206 );
4242
} ;
4343
}
4444

@@ -47,7 +47,7 @@ require Exporter ;
4747

4848
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $ZipError);
4949

50-
$VERSION = '2.205';
50+
$VERSION = '2.206';
5151
$ZipError = '';
5252

5353
@ISA = qw(IO::Compress::RawDeflate Exporter);

cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require Exporter;
77

88
our ($VERSION, @ISA, @EXPORT, %ZIP_CM_MIN_VERSIONS);
99

10-
$VERSION = '2.205';
10+
$VERSION = '2.206';
1111

1212
@ISA = qw(Exporter);
1313

cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require Exporter;
99

1010
our ($VERSION, @ISA, @EXPORT);
1111

12-
$VERSION = '2.205';
12+
$VERSION = '2.206';
1313

1414
@ISA = qw(Exporter);
1515

cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ use bytes;
88

99
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS);
1010

11-
$VERSION = '2.205';
11+
$VERSION = '2.206';
1212

13-
use IO::Compress::Gzip::Constants 2.205 ;
13+
use IO::Compress::Gzip::Constants 2.206 ;
1414

1515
sub ExtraFieldError
1616
{

0 commit comments

Comments
 (0)