NAME

WWW::Sitemap::XML::Google::Video::Player::Interface - Abstract interface for Google extension video player class

VERSION

version 2.02

SYNOPSIS

package My::Sitemap::Google::Video::Player;
use Moose;

has [qw( loc allow_embed autoplay as_xml )] => (
    is => 'rw',
    isa => 'Str',
);

with 'WWW::Sitemap::XML::Google::Video::Player::Interface';

DESCRIPTION

Abstract interface for video player elements added to sitemap.

See WWW::Sitemap::XML::Google::Video::Player 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.