| Net-Google-DataAPI documentation | view source | Contained in the Net-Google-DataAPI distribution. |
Net::Google::DataAPI::Role::HasContent - provides 'param' method to Entry
package MyEntry;
use Any::Moose;
with qw(
Net::Google::DataAPI::Role::Entry
Net::Google::DataAPI::Role::HasContent
);
1;
Net::Google::DataAPI::Role::HasContent provides 'param' method to Entry.
Nobuo Danjou <nobuo.danjou@gmail.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Net-Google-DataAPI documentation | view source | Contained in the Net-Google-DataAPI distribution. |