Skip to content

Commit

Permalink
version 0.034
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Dec 5, 2019
1 parent 330dfb7 commit d0bbb09
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
CHANGES
-------

0.034 5 December 2019

* 000prereq.t - needs version 2.092 of dependencies
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/11
330dfb7dda1b3016eec52dc1c90ff30110aa8f6a

0.033 4 December 2019

* fix typo
88221114c4edf938ad506845db9863db17f7492e

* Makefile.PL: Add IO::Compress::Lzma to PREREQ_PM
https://github.com/pmqs/Archive-Zip-SimpleZip/issues/9
896604d5e525a22f25877f5595ffa94ffdd8a6cf

0.032 24 November 2019

* Add StreamedUnzip
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"web" : "https://github.com/pmqs/Archive-Zip-SimpleZip"
}
},
"version" : "0.033",
"version" : "0.034",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ resources:
bugtracker: https://github.com/pmqs/Archive-Zip-SimpleZip/issues
homepage: https://github.com/pmqs/Archive-Zip-SimpleZip
repository: git://github.com/pmqs/Archive-Zip-SimpleZip.git
version: '0.033'
version: '0.034'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Archive-Zip-SimpleZip

Version 0.033
Version 0.034

4 December 2019
5 December 2019

Copyright (c) 2012-2019 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
Expand Down
2 changes: 1 addition & 1 deletion lib/Archive/Zip/SimpleUnzip.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require Exporter ;

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

$VERSION = '0.033';
$VERSION = '0.034';
$SimpleUnzipError = '';

@ISA = qw(IO::Uncompress::Unzip Exporter);
Expand Down
2 changes: 1 addition & 1 deletion lib/Archive/Zip/SimpleZip.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $SimpleZipError);

$SimpleZipError= '';
$VERSION = "0.033";
$VERSION = "0.034";

@ISA = qw(Exporter);
@EXPORT_OK = qw( $SimpleZipError ) ;
Expand Down

0 comments on commit d0bbb09

Please sign in to comment.