
WWW::SitemapIndex::XML::Sitemap::Interface - Abstract interface for sitemap indexes' Sitemap classes

version 1.121160

package My::SitemapIndex::Sitemap;
use Moose;
has [qw( loc lastmod as_xml )] => (
is => 'rw',
isa => 'Str',
);
with 'WWW::SitemapIndex::XML::Sitemap::Interface';

Abstract interface for Sitemap elements added to sitemap index.

URL of the sitemap.
The date of last modification of the sitemap.
XML representing the <sitemap> entry in the sitemap index.

Please see those modules/websites for more information related to this module.

Alex J. G. Burzyński <ajgb@cpan.org>

This software is copyright (c) 2010 by Alex J. G. Burzyński <ajgb@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.