The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 2.02

SYNOPSIS

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

    has [qw( content_loc title description thumbnail_loc player as_xml )] => (
        is => 'rw',
        isa => 'Str',
    );

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

DESCRIPTION

Abstract interface for video elements added to sitemap.

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