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