Commit bb31e8f 1 parent 42b7504 commit bb31e8f Copy full SHA for bb31e8f
File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
7
0.4.0 27 Juune 2020
3
8
4
9
* Add support for adding lists and sequences of files in one go.
5
10
6
- * first atsab at a CALL-ME
11
+ * first stab at a CALL-ME
7
12
8
13
9
14
0.2.0 10 March 2019
Original file line number Diff line number Diff line change 1
1
{
2
2
"perl" : " 6.*" ,
3
3
"name" : " Archive::SimpleZip" ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.5 .0" ,
5
5
"description" : " Write Zip Files." ,
6
6
"authors" : [ " Paul Marquess <pmqs@cpan.org>" ],
7
7
"tags" : [ " archive" , " compression" ],
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ Suggestions/patches are welcomed at [Archive-SimpleZip](https://github.com/pmqs/
50
50
51
51
Please see the LICENCE file in the distribution
52
52
53
- (C) Paul Marquess 2016-2020
53
+ (C) Paul Marquess 2016-2021
Original file line number Diff line number Diff line change 1
1
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) >;
3
3
4
4
need Compress::Zlib;
5
5
# need Compress::Bzip2; # disable for now
You can’t perform that action at this time.
0 commit comments