Update copyright years
[zeal.git] / lib / Zeal / Document.pm
index 4d80226fd8f7d5827cc120a6f069f7e7e805c406..7426f9b0ed77a5647bde5385a54d57feaafc9ef5 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 our $VERSION = '0.000_002';
 
 use parent qw/Class::Accessor::Fast/;
-__PACKAGE__->mk_accessors(qw/id name type path docset/);
+__PACKAGE__->mk_accessors(qw/id name type path anchor docset/);
 
 sub fetch {
        my ($self) = @_;
@@ -60,6 +60,10 @@ The path of this document, relative to
 F<docset_root/Contents/Resources/Documents/>. This can also be a HTTP
 URL.
 
+=item $doc->B<anchor>
+
+The URL anchor/fragment identifier of this document.
+
 =item $doc->B<fetch>
 
 The HTML content of this document, retrieved from the file system or
@@ -77,7 +81,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-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,
This page took 0.009634 seconds and 4 git commands to generate.