File Coverage

blib/lib/Net/HTTP/Spore/Meta/Class.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Net::HTTP::Spore::Meta::Class;
2             $Net::HTTP::Spore::Meta::Class::VERSION = '0.09';
3             # ABSTRACT: metaclass for all API client
4              
5 22     22   63863 use Moose::Role;
  22         82487  
  22         95  
6              
7             with qw/Net::HTTP::Spore::Meta::Method::Spore/;
8              
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Net::HTTP::Spore::Meta::Class - metaclass for all API client
20              
21             =head1 VERSION
22              
23             version 0.09
24              
25             =head1 SYNOPSIS
26              
27             =head1 DESCRIPTION
28              
29             =head1 AUTHORS
30              
31             =over 4
32              
33             =item *
34              
35             Franck Cuny <franck.cuny@gmail.com>
36              
37             =item *
38              
39             Ash Berlin <ash@cpan.org>
40              
41             =item *
42              
43             Ahmad Fatoum <athreef@cpan.org>
44              
45             =back
46              
47             =head1 COPYRIGHT AND LICENSE
48              
49             This software is copyright (c) 2012 by Linkfluence.
50              
51             This is free software; you can redistribute it and/or modify it under
52             the same terms as the Perl 5 programming language system itself.
53              
54             =cut