Skip to content

Commit

Permalink
IO-Compress: synch with CPAN version 2.105
Browse files Browse the repository at this point in the history
Per comment by upstream maintainer in
#19590 (comment), the
previous CPAN-synch of IO-Compress contained one file which is
experimental.  He recommended synching in CPAN release 2.105.  Doing so.
  • Loading branch information
jkeenan committed Apr 10, 2022
1 parent 0f875b7 commit 131aabd
Show file tree
Hide file tree
Showing 31 changed files with 814 additions and 847 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,6 @@ cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm IO::Compress
cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm IO::Compress
cpan/IO-Compress/lib/IO/Compress/Zip.pm IO::Compress
cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm IO::Compress
cpan/IO-Compress/lib/IO/Compress/Zip/WeakDecrypt.pm
cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm IO::Compress
cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm IO::Compress
cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm IO::Compress
Expand Down
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ package Maintainers;
},

'IO-Compress' => {
'DISTRIBUTION' => 'PMQS/IO-Compress-2.102.tar.gz',
'DISTRIBUTION' => 'PMQS/IO-Compress-2.105.tar.gz',
'MAIN_MODULE' => 'IO::Compress::Base',
'FILES' => q[cpan/IO-Compress],
'EXCLUDED' => [
Expand Down
2 changes: 1 addition & 1 deletion cpan/IO-Compress/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict ;
require 5.006 ;

$::VERSION = '2.103' ;
$::VERSION = '2.105' ;
$::DEP_VERSION = '2.103';

use lib '.';
Expand Down
Loading

0 comments on commit 131aabd

Please sign in to comment.