Revision history for Perl extension Slob.
+0.002 2018-01-06T20:09+02:00
+ - Add bzip2 and zlib compression support
+
0.001 2017-12-09T20:39+02:00
- First stable release
- Add lzma2 compression support
-Slob version 0.001
+Slob version 0.002
==================
INSTALLATION
This module requires these other modules and libraries:
+ * Compress::Raw::Bzip2
* Compress::Raw::Lzma
+ * Compress::Raw::Zlib
COPYRIGHT AND LICENCE
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.26.1 or,
use 5.014000;
use strict;
use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
use constant MAGIC => "!-1SLOB\x1F";
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.26.1 or,