File Coverage

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