You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.214 24 October 2025
* version 2.214
Fri Oct 24 16:33:36 2025 +0100
6eb77023e6c6ad9c6869f396f42fb1fe4f79ace2
* IO::Compress::Gzip accidentally modifies the `$EXPORT_TAGS{all}->@*` of other modules Fixes#64
Fri Oct 24 15:51:30 2025 +0100
d1774d5b634d0aaa634ecc29db28fcd878adbd87
* Fix indentation in Windows workflow YAML
Sun Oct 19 14:24:36 2025 +0100
bb02b9069f9a7c954ffe27be5bba5464b8882000
* Fix indentation in windows.yml exclude section
Sun Oct 19 14:19:31 2025 +0100
7c573858a7aac83806da6831a84171f4ce6bd19e
* Merge pull request #63 from masiuchi/fix/ci-errors
Sat Oct 18 16:48:45 2025 +0100
8cbbd4a881b53dc54cff309122094327edc376e3
* Exclude Perl 5.42 with "strawberry" distribution from GitHub Actions
Sat Oct 18 23:25:38 2025 +0900
407986d5f45f07b654c649c478e43e05e2b13db9
* Update FreeBSD image to 14.3 in Cirrus CI
Sat Oct 18 22:43:17 2025 +0900
3ffdaa03e98f4f75d1a80bd34d27caa2dabdf576
* Add dependabot.yml file to police workflow files
Thu Sep 4 17:18:18 2025 +0100
4678d7b55393d3bb00f8468b992f33c46f26f847
* Add perl 5.42 to workflow files
Thu Sep 4 17:17:27 2025 +0100
dca22a69dcda62c35bb088df7c3c203a458d3b73
* Fix for pmqs/Compress-Raw-Zlib#34
Sat Aug 30 19:17:26 2025 +0100
3cb88fd9a1d5fee49aea9ef2aefbbb3231f3c585
* #59 fix typos in streamzip
Wed Nov 13 16:52:05 2024 +0000
e70223ed043fb11c0dcaad3204286ee0a263f58e
Copy file name to clipboardExpand all lines: cpan/IO-Compress/lib/IO/Compress/Base.pm
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ require 5.006 ;
6
6
use strict ;
7
7
use warnings;
8
8
9
-
use IO::Compress::Base::Common 2.213 ;
9
+
use IO::Compress::Base::Common 2.214 ;
10
10
11
11
use IO::File (); ;
12
12
use Scalar::Util ();
@@ -20,7 +20,7 @@ use Symbol();
20
20
our (@ISA, $VERSION);
21
21
@ISA = qw(IO::File Exporter);
22
22
23
-
$VERSION = '2.213';
23
+
$VERSION = '2.214';
24
24
25
25
#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.
26
26
@@ -1051,7 +1051,7 @@ See the Changes file.
1051
1051
1052
1052
=head1COPYRIGHT AND LICENSE
1053
1053
1054
-
Copyright (c) 2005-2024 Paul Marquess. All rights reserved.
1054
+
Copyright (c) 2005-2025 Paul Marquess. All rights reserved.
1055
1055
1056
1056
This program is free software; you can redistribute it and/or
0 commit comments