summary refs log tree commit diff
path: root/lib/MooseX/Net/API/Meta/Class.pm
blob: ad1b709b8847af2245d39163dd31e0a48b534efc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package MooseX::Net::API::Meta::Class;

# ABSTRACT: metaclass for all API client

use Moose::Role;

with qw/
    MooseX::Net::API::Meta::Method::APIMethod
    MooseX::Net::API::Meta::Method::APIDeclare
    /;

1;

=head1 SYNOPSIS

=head1 DESCRIPTION