The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Google::DataAPI::Role::HasContent - provides 'param' method to Entry

SYNOPSIS

    package MyEntry;
    use Any::Moose;
    with qw(
        Net::Google::DataAPI::Role::Entry
        Net::Google::DataAPI::Role::HasContent
    );

    1;

DESCRIPTION

Net::Google::DataAPI::Role::HasContent provides 'param' method to Entry.

AUTHOR

Nobuo Danjou <danjou@soffritto.org>

LICENSE

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