about summary refs log tree commit diff
path: root/lib/MooseX/Net/API/Meta/Class.pm
blob: 376578d42aec4930950ee8d07a12fa2e6a5f3850 (plain) (blame)
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;