X-Git-Url: http://git.ieval.ro/?p=zeal.git;a=blobdiff_plain;f=lib%2FZeal%2FDocument.pm;fp=lib%2FZeal%2FDocument.pm;h=4d80226fd8f7d5827cc120a6f069f7e7e805c406;hp=88125027bc1c56f98752275788235113e498e1a4;hb=164f653cb3a8ecfc674451034b4fd3fd10bfc6e0;hpb=857e9b0202145a30e09b3e4c7978a5067b2f5854 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/);