File Coverage

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