Skip to content

Commit bb31e8f

Browse files
committed
version 0.5.0
1 parent 42b7504 commit bb31e8f

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Changes

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11

2+
0.5.0 19 March 2021
3+
4+
* Don't use >>.grep if .grep is enough
5+
https://github.com/pmqs/Archive-SimpleZip/pull/4
6+
27
0.4.0 27 Juune 2020
38

49
* Add support for adding lists and sequences of files in one go.
510

6-
* first atsab at a CALL-ME
11+
* first stab at a CALL-ME
712

813

914
0.2.0 10 March 2019

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"perl" : "6.*",
33
"name" : "Archive::SimpleZip",
4-
"version" : "0.4.0",
4+
"version" : "0.5.0",
55
"description" : "Write Zip Files.",
66
"authors" : [ "Paul Marquess <pmqs@cpan.org>" ],
77
"tags" : [ "archive", "compression" ],

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Suggestions/patches are welcomed at [Archive-SimpleZip](https://github.com/pmqs/
5050

5151
Please see the LICENCE file in the distribution
5252

53-
(C) Paul Marquess 2016-2020
53+
(C) Paul Marquess 2016-2021

lib/Archive/SimpleZip.pm6

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
unit module Archive::SimpleZip:ver<0.4.0>:auth<Paul Marquess (pmqs@cpan.org)>;
2+
unit module Archive::SimpleZip:ver<0.5.0>:auth<Paul Marquess (pmqs@cpan.org)>;
33

44
need Compress::Zlib;
55
# need Compress::Bzip2; # disable for now

0 commit comments

Comments
 (0)