X-Git-Url: http://git.ieval.ro/?p=zeal.git;a=blobdiff_plain;f=lib%2FZeal%2FDocument.pm;fp=lib%2FZeal%2FDocument.pm;h=3ce27bca885ca512ebf27324a07ea67a641dce62;hp=7426f9b0ed77a5647bde5385a54d57feaafc9ef5;hb=fb9b7e9f161c44464fc8890644f72599195a195f;hpb=b19d9e9c6cb9dd5d7677e5f0fc7a4a1a7b6db4de diff --git a/lib/Zeal/Document.pm b/lib/Zeal/Document.pm index 7426f9b..3ce27bc 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_002'; +our $VERSION = '0.000_003'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_accessors(qw/id name type path anchor docset/);