File Coverage

blib/lib/PONAPI/Client/Request/Create.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # ABSTRACT: request - create
2             package PONAPI::Client::Request::Create;
3              
4 1     1   170346 use Moose;
  1         277236  
  1         6  
5              
6             with 'PONAPI::Client::Request',
7             'PONAPI::Client::Request::Role::IsPOST',
8             'PONAPI::Client::Request::Role::HasType',
9             'PONAPI::Client::Request::Role::HasData',
10             'PONAPI::Client::Request::Role::HasUriAll';
11              
12             __PACKAGE__->meta->make_immutable;
13 1     1   6070 no Moose; 1;
  1         3  
  1         4  
14              
15             __END__
16              
17             =pod
18              
19             =encoding UTF-8
20              
21             =head1 NAME
22              
23             PONAPI::Client::Request::Create - request - create
24              
25             =head1 VERSION
26              
27             version 0.002011
28              
29             =head1 AUTHORS
30              
31             =over 4
32              
33             =item *
34              
35             Mickey Nasriachi <mickey@cpan.org>
36              
37             =item *
38              
39             Stevan Little <stevan@cpan.org>
40              
41             =item *
42              
43             Brian Fraser <hugmeir@cpan.org>
44              
45             =back
46              
47             =head1 COPYRIGHT AND LICENSE
48              
49             This software is copyright (c) 2019 by Mickey Nasriachi, Stevan Little, Brian Fraser.
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