NAME

WWW::Sitemap::XML::Google::Image::Interface - Abstract interface for Google extension image class

VERSION

version 2.01

SYNOPSIS

package My::Sitemap::Google::Image;
use Moose;

has [qw( loc caption title geo_location license as_xml )] => (
    is => 'rw',
    isa => 'Str',
);

with 'WWW::Sitemap::XML::Google::Image::Interface';

DESCRIPTION

Abstract interface for image elements added to sitemap.

See WWW::Sitemap::XML::Google::Image for details.

AUTHOR

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

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.