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 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 <nobuo.danjou@gmail.com>

LICENSE

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