Skip to content

Commit

Permalink
version 2.207
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 18, 2024
1 parent 61b2c65 commit ddfe675
Show file tree
Hide file tree
Showing 35 changed files with 6,940 additions and 1,780 deletions.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGES
-------

2.207 18 February 2024

* Add bin/zipdetails 4.000

* Merge pull request #51 from rwp0/rwp0/fix-indirect-syntax
Thu Nov 23 12:17:30 2023 +0000
f1c70d0ef8ed7a91daae6a3ea6b10dc486db4463

* Fix indirect syntax
Mon Nov 6 13:23:07 2023 +0100
7bd8408ef428024985e39f1275875a5f0812fbbf

2.206 25 July 2023

* 2.206
Expand Down
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"runtime" : {
"requires" : {
"Compress::Raw::Bzip2" : "2.206",
"Compress::Raw::Zlib" : "2.206",
"Compress::Raw::Bzip2" : "2.207",
"Compress::Raw::Zlib" : "2.207",
"Scalar::Util" : "0",
"Encode" : "0",
"Time::Local" : "0"
Expand All @@ -54,6 +54,6 @@
"web" : "https://github.com/pmqs/IO-Compress"
}
},
"version" : "2.206",
"version" : "2.207",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ no_index:
- t
- private
requires:
Compress::Raw::Bzip2: '2.206'
Compress::Raw::Zlib: '2.206'
Compress::Raw::Bzip2: '2.207'
Compress::Raw::Zlib: '2.207'
Scalar::Util: '0'
Encode: '0'
Time::Local: '0'
resources:
bugtracker: https://github.com/pmqs/IO-Compress/issues
homepage: https://github.com/pmqs/IO-Compress
repository: git://github.com/pmqs/IO-Compress.git
version: '2.206'
version: '2.207'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
use strict ;
require 5.006 ;

$::VERSION = '2.206' ;
$::DEP_VERSION = '2.206';
$::VERSION = '2.207' ;
$::DEP_VERSION = '2.207';

use lib '.';
use private::MakeUtil;
Expand Down
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

IO-Compress

Version 2.206
Version 2.207

25 July 2023
18 February 2024

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

Expand Down Expand Up @@ -111,7 +111,7 @@ To help me help you, I need all of the following information:
If you haven't installed IO-Compress then search IO::Compress::Gzip.pm
for a line like this:

$VERSION = "2.206" ;
$VERSION = "2.207" ;

2. If you are having problems building IO-Compress, send me a
complete log of what happened. Start by unpacking the IO-Compress
Expand Down
4 changes: 2 additions & 2 deletions bin/streamzip
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ OPTIONS
zstd Use LZMA compression [needs IO::Compress::Zstd]
-version Display version number [$VERSION]
Copyright (c) 2019-2022 Paul Marquess. All rights reserved.
Copyright (c) 2019-2024 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down Expand Up @@ -292,7 +292,7 @@ Paul Marquess F<pmqs@cpan.org>.
=head1 COPYRIGHT
Copyright (c) 2019-2022 Paul Marquess. All rights reserved.
Copyright (c) 2019-2024 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Loading

0 comments on commit ddfe675

Please sign in to comment.