1 2 3 4 5 6 7 8 9 10
package MooseX::Net::API::Meta::Class; use Moose::Role; with qw/ MooseX::Net::API::Meta::Method::APIMethod MooseX::Net::API::Meta::Method::APIDeclare /; 1;