Bump version and update Changes master 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Feb 2015 22:31:23 +0000 (00:31 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Feb 2015 22:31:23 +0000 (00:31 +0200)
Changes
README
lib/Zeal.pm
lib/Zeal/Docset.pm
lib/Zeal/Document.pm
lib/Zeal/Feed.pm

diff --git a/Changes b/Changes
index 032520a7bc68bc5bbb271982326449e19ad5680c..a7fde6eb935ba9c483dc926c74465f73ae99d7e8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 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
 
diff --git a/README b/README
index eb596b3dc5ba0bc8ba18a3ba217a3216b4a16963..450cfc63d9170bb14d5e5c7c9e35f7c873071e89 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-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.
@@ -31,7 +31,7 @@ This module requires these other modules and libraries:
 
 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,
index b5cc99e83b5eb7fd50712c63641b4c377a29235d..2ea9ad7515d6f24546d66f128c367fd0a7a788d4 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use re '/s';
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 use File::Spec::Functions qw/catfile/;
 
index d3e013bd0dbb49c4247e1d36817b27d5b765276e..3143fc8cc1e5c0ed4cab645e1d432478cdd6d915 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 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/);
index ccc5de6b2b9155e6b1a113920a3909a16c2d59ce..9a533fb3df55ed705aa3a28e0349ca5bc532402e 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 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/);
index ba1767f83ca7f79f18b5328004924d05200a22eb..6c1ebc2416b08defc71d2eb1f9ba559d6d1996d8 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 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/);
This page took 0.014538 seconds and 4 git commands to generate.