From 164f653cb3a8ecfc674451034b4fd3fd10bfc6e0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 30 Dec 2014 23:50:18 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 7 +++++++ README | 2 +- lib/Zeal.pm | 2 +- lib/Zeal/Docset.pm | 2 +- lib/Zeal/Document.pm | 2 +- lib/Zeal/Feed.pm | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 3ba71c6..267a9f8 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,11 @@ Revision history for Perl extension Zeal. +0.000_002 2014-12-30T23:50+02:00 + - Fix POD formatting in Zeal.pm + - Fix PREREQ_PM + - Fix remote documents in Zeal::Docset + - Add SYNOPSIS sections for Zeal::Document and Zeal::Docset + - Add Zeal::Feed for working with documentation feeds + 0.000_001 2014-12-28T23:42+02:00 - Initial release diff --git a/README b/README index c62a55c..52b9879 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Zeal version 0.000_001 +Zeal version 0.000_002 ====================== Dash is an offline API documentation browser. Zeal.pm is a module for diff --git a/lib/Zeal.pm b/lib/Zeal.pm index 1fd78bd..c943e51 100644 --- a/lib/Zeal.pm +++ b/lib/Zeal.pm @@ -5,7 +5,7 @@ use strict; use warnings; use re '/s'; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; use File::Spec::Functions qw/catfile/; diff --git a/lib/Zeal/Docset.pm b/lib/Zeal/Docset.pm index 88c52e2..c3f2f36 100644 --- a/lib/Zeal/Docset.pm +++ b/lib/Zeal/Docset.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_ro_accessors(qw/path plist dbh name id family/); diff --git a/lib/Zeal/Document.pm b/lib/Zeal/Document.pm index 8812502..4d80226 100644 --- a/lib/Zeal/Document.pm +++ b/lib/Zeal/Document.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_accessors(qw/id name type path docset/); diff --git a/lib/Zeal/Feed.pm b/lib/Zeal/Feed.pm index 1b02dfa..df30653 100644 --- a/lib/Zeal/Feed.pm +++ b/lib/Zeal/Feed.pm @@ -5,7 +5,7 @@ use strict; use warnings; use re '/s'; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_ro_accessors(qw/version/); -- 2.30.2