File Coverage

blib/lib/Net/Amazon/S3/Operation/Object/Add/Response.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::Amazon::S3::Operation::Object::Add::Response;
2             # ABSTRACT: An internal class to handle object add response
3             $Net::Amazon::S3::Operation::Object::Add::Response::VERSION = '0.98';
4 96     96   892 use Moose;
  96         251  
  96         967  
5             extends 'Net::Amazon::S3::Response';
6              
7             1;
8              
9             __END__
10              
11             =pod
12              
13             =encoding UTF-8
14              
15             =head1 NAME
16              
17             Net::Amazon::S3::Operation::Object::Add::Response - An internal class to handle object add response
18              
19             =head1 VERSION
20              
21             version 0.98
22              
23             =head1 DESCRIPTION
24              
25             Implements operation L<< PutObject|https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html >>.
26              
27             =head1 AUTHOR
28              
29             Branislav Zahradník <barney@cpan.org>
30              
31             =head1 COPYRIGHT AND LICENSE
32              
33             This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
34              
35             This is free software; you can redistribute it and/or modify it under
36             the same terms as the Perl 5 programming language system itself.
37              
38             =cut