Revision history for Perl extension Zeal.
 
+0.001001 2015-02-15T00:31+02:00
+ - Use chdir manually instead of passing -C to tar
+ - Force using Archive::Tar when unpacking compressed tarballs on solaris
+ - Recommend IO::Zlib and IO::Uncompress::Bzip2
+
 0.001 2015-02-07T22:07+02:00
  - First stable release
 
 
-Zeal version 0.001
-==================
+Zeal version 0.001001
+=====================
 
 Dash is an offline API documentation browser. Zeal.pm is a module for
 reading and querying Dash documentation sets.
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2014-2015 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.20.1 or,
 
 use warnings;
 use re '/s';
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 use File::Spec::Functions qw/catfile/;
 
 
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 use parent qw/Class::Accessor::Fast/;
 __PACKAGE__->mk_ro_accessors(qw/path plist dbh name id family/);
 
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 use parent qw/Class::Accessor::Fast/;
 __PACKAGE__->mk_accessors(qw/id name type path anchor docset/);
 
 use warnings;
 use re '/s';
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 use parent qw/Class::Accessor::Fast/;
 __PACKAGE__->mk_ro_accessors(qw/version/);