|
NAMENet::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;
DESCRIPTIONNet::Google::DataAPI::Role::HasContent provides 'param' method to Entry. AUTHORNobuo Danjou <danjou@soffritto.org> LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|