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
Copy file name to clipboardExpand all lines: lib/IO/Compress/Base.pm
+3-3
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.201 ;
9
+
use IO::Compress::Base::Common 2.204 ;
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.201';
23
+
$VERSION = '2.204';
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-2022 Paul Marquess. All rights reserved.
1054
+
Copyright (c) 2005-2023 Paul Marquess. All rights reserved.
1055
1055
1056
1056
This program is free software; you can redistribute it and/or
0 commit comments