Skip to content

Commit

Permalink
IO::Zlib: sync with CPAN version 1.15
Browse files Browse the repository at this point in the history
No functional changes.  $VERSION incremented as part of update of CPAN
distribution. -- committer
  • Loading branch information
tomhughes authored and jkeenan committed Mar 5, 2024
1 parent 92e225f commit c3de8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Porting/Maintainers.pl
Expand Up @@ -687,7 +687,8 @@ package Maintainers;
},

'IO::Zlib' => {
'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.14.tar.gz',
'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.15.tar.gz',
'SYNCINFO' => 'jkeenan on Mon Mar 4 19:30:34 2024',
'FILES' => q[cpan/IO-Zlib],
},

Expand Down
2 changes: 1 addition & 1 deletion cpan/IO-Zlib/Zlib.pm
Expand Up @@ -291,7 +291,7 @@ use Fcntl qw(SEEK_SET);
use Symbol;
use Tie::Handle;

our $VERSION = "1.14";
our $VERSION = "1.15";
our $AUTOLOAD;
our @ISA = qw(Tie::Handle);

Expand Down

0 comments on commit c3de8c0

Please sign in to comment.