Skip to content

Commit 37f9b8d

Browse files
committed
version 1.002
1 parent 68c9fd0 commit 37f9b8d

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

Diff for: Changes

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
22
-------
33

4+
1.002 29 August 2024
5+
6+
* Rewrite iindirect "new" to "->new"
7+
Thu Aug 29 11:15:35 2024 +0100
8+
68c9fd0fb502a5bb5332a0d3262f8d28d94f56a1
9+
410
1.001 28 August 2024
511

612
* #20 Don't ship with Test::* modules

Diff for: META.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"web" : "https://github.com/pmqs/Archive-Zip-SimpleZip"
6767
}
6868
},
69-
"version" : "1.001",
69+
"version" : "1.002",
7070
"x_serialization_backend" : "JSON::PP version 2.27300"
7171
}

Diff for: META.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ resources:
4040
bugtracker: https://github.com/pmqs/Archive-Zip-SimpleZip/issues
4141
homepage: https://github.com/pmqs/Archive-Zip-SimpleZip
4242
repository: git://github.com/pmqs/Archive-Zip-SimpleZip.git
43-
version: '1.001'
43+
version: '1.002'
4444
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Diff for: README

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Version 1.001
55

6-
28 August 2024
6+
29 August 2024
77

88
Copyright (c) 2012-2024 Paul Marquess. All rights reserved.
99
This program is free software; you can redistribute it

Diff for: lib/Archive/Zip/SimpleUnzip.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require Exporter ;
1919

2020
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $SimpleUnzipError);
2121

22-
$VERSION = '1.001';
22+
$VERSION = '1.002';
2323
$SimpleUnzipError = '';
2424

2525
@ISA = qw(IO::Uncompress::Unzip Exporter);

Diff for: lib/Archive/Zip/SimpleZip.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require Exporter ;
1919
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $SimpleZipError);
2020

2121
$SimpleZipError= '';
22-
$VERSION = "1.001";
22+
$VERSION = "1.002";
2323

2424
@ISA = qw(Exporter);
2525
@EXPORT_OK = qw( $SimpleZipError ) ;

Diff for: lib/Archive/Zip/StreamedUnzip.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require Exporter ;
1919

2020
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $StreamedUnzipError);
2121

22-
$VERSION = '1.001';
22+
$VERSION = '1.002';
2323
$StreamedUnzipError = '';
2424

2525
@ISA = qw(IO::Uncompress::Unzip Exporter);

0 commit comments

Comments
 (0)