File Coverage

blib/lib/Net/Amazon/S3/Operation/Bucket/Tags/Delete.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Net::Amazon::S3::Operation::Bucket::Tags::Delete;
2             # ABSTRACT: Internal class to perform DeleteBucketTagging operation
3             $Net::Amazon::S3::Operation::Bucket::Tags::Delete::VERSION = '0.98';
4 96     96   875 use strict;
  96         255  
  96         3340  
5 96     96   576 use warnings;
  96         301  
  96         2944  
6              
7 96     96   51229 use Net::Amazon::S3::Operation::Bucket::Tags::Delete::Request;
  96         364  
  96         4231  
8 96     96   62716 use Net::Amazon::S3::Operation::Bucket::Tags::Delete::Response;
  96         404  
  96         4204  
9              
10             1;
11              
12             __END__
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Net::Amazon::S3::Operation::Bucket::Tags::Delete - Internal class to perform DeleteBucketTagging operation
21              
22             =head1 VERSION
23              
24             version 0.98
25              
26             =head1 DESCRIPTION
27              
28             Implements an operation L<<DeleteBucketTagging|https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html>>
29              
30             =head1 AUTHOR
31              
32             Branislav Zahradník <barney@cpan.org>.
33              
34             =head1 COPYRIGHT AND LICENSE
35              
36             This module is a part of L<Net::Amazon::S3> distribution.
37              
38             =head1 AUTHOR
39              
40             Branislav Zahradník <barney@cpan.org>
41              
42             =head1 COPYRIGHT AND LICENSE
43              
44             This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
45              
46             This is free software; you can redistribute it and/or modify it under
47             the same terms as the Perl 5 programming language system itself.
48              
49             =cut