File Coverage

blib/lib/Net/Amazon/S3/Operation/Bucket/Acl/Fetch/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::Bucket::Acl::Fetch::Response;
2             # ABSTRACT: An internal class to handle fetch bucket acl response
3             $Net::Amazon::S3::Operation::Bucket::Acl::Fetch::Response::VERSION = '0.99';
4 99     99   819 use Moose;
  99         266  
  99         877  
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::Bucket::Acl::Fetch::Response - An internal class to handle fetch bucket acl response
18              
19             =head1 VERSION
20              
21             version 0.99
22              
23             =head1 DESCRIPTION
24              
25             Implements operation L<< GetBucketAcl|https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAcl.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