From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Net::Google::DataAPI::Role::Entry - represents entry of Google Data API

SYNOPSIS

package MyEntry;
use Moose;
entry_has some_data => (
is => 'ro',
isa => 'Str',
tagname => 'somedata',
ns => 'gd',
);
1;

DESCRIPTION

Net::Google::DataAPI::Role::Entry provides base functionalities for the entry of Google Data API.

AUTHOR

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

Net::Google::DataAPI

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.