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

# ABSTRACT: metaclass for all API client

use Moose::Role;

with qw/Net::HTTP::Spore::Meta::Method::Spore/;

1;

=head1 SYNOPSIS

=head1 DESCRIPTION