Skip to content

Commit ddfe675

Browse files
committed
version 2.207
1 parent 61b2c65 commit ddfe675

35 files changed

+6940
-1780
lines changed

Changes

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

4+
2.207 18 February 2024
5+
6+
* Add bin/zipdetails 4.000
7+
8+
* Merge pull request #51 from rwp0/rwp0/fix-indirect-syntax
9+
Thu Nov 23 12:17:30 2023 +0000
10+
f1c70d0ef8ed7a91daae6a3ea6b10dc486db4463
11+
12+
* Fix indirect syntax
13+
Mon Nov 6 13:23:07 2023 +0100
14+
7bd8408ef428024985e39f1275875a5f0812fbbf
15+
416
2.206 25 July 2023
517

618
* 2.206

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"runtime" : {
3636
"requires" : {
37-
"Compress::Raw::Bzip2" : "2.206",
38-
"Compress::Raw::Zlib" : "2.206",
37+
"Compress::Raw::Bzip2" : "2.207",
38+
"Compress::Raw::Zlib" : "2.207",
3939
"Scalar::Util" : "0",
4040
"Encode" : "0",
4141
"Time::Local" : "0"
@@ -54,6 +54,6 @@
5454
"web" : "https://github.com/pmqs/IO-Compress"
5555
}
5656
},
57-
"version" : "2.206",
57+
"version" : "2.207",
5858
"x_serialization_backend" : "JSON::PP version 2.97001"
5959
}

META.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ no_index:
2020
- t
2121
- private
2222
requires:
23-
Compress::Raw::Bzip2: '2.206'
24-
Compress::Raw::Zlib: '2.206'
23+
Compress::Raw::Bzip2: '2.207'
24+
Compress::Raw::Zlib: '2.207'
2525
Scalar::Util: '0'
2626
Encode: '0'
2727
Time::Local: '0'
2828
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.206'
32+
version: '2.207'
3333
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

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.206' ;
7-
$::DEP_VERSION = '2.206';
6+
$::VERSION = '2.207' ;
7+
$::DEP_VERSION = '2.207';
88

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

README

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

22
IO-Compress
33

4-
Version 2.206
4+
Version 2.207
55

6-
25 July 2023
6+
18 February 2024
77

8-
Copyright (c) 1995-2023 Paul Marquess. All rights reserved.
8+
Copyright (c) 1995-2024 Paul Marquess. All rights reserved.
99
This program is free software; you can redistribute it
1010
and/or modify it under the same terms as Perl itself.
1111

@@ -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.206" ;
114+
$VERSION = "2.207" ;
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

bin/streamzip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ OPTIONS
136136
zstd Use LZMA compression [needs IO::Compress::Zstd]
137137
-version Display version number [$VERSION]
138138
139-
Copyright (c) 2019-2022 Paul Marquess. All rights reserved.
139+
Copyright (c) 2019-2024 Paul Marquess. All rights reserved.
140140
141141
This program is free software; you can redistribute it and/or
142142
modify it under the same terms as Perl itself.
@@ -292,7 +292,7 @@ Paul Marquess F<[email protected]>.
292292
293293
=head1 COPYRIGHT
294294
295-
Copyright (c) 2019-2022 Paul Marquess. All rights reserved.
295+
Copyright (c) 2019-2024 Paul Marquess. All rights reserved.
296296
297297
This program is free software; you can redistribute it and/or modify it
298298
under the same terms as Perl itself.

0 commit comments

Comments
 (0)