line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# PODNAME: Shared::Examples::Net::Amazon::S3::Fixture::response::bucket_objects_delete_quiet_without_errors |
2
|
|
|
|
|
|
|
# ABSTRACT: Shared::Examples providing response fixture |
3
|
|
|
|
|
|
|
|
4
|
2
|
|
|
2
|
|
13
|
use strict; |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
58
|
|
5
|
2
|
|
|
2
|
|
11
|
use warnings; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
78
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package |
8
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::bucket::objects::delete::quiet_without_errors; |
9
|
|
|
|
|
|
|
|
10
|
2
|
|
|
2
|
|
11
|
use HTTP::Status; |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
609
|
|
11
|
2
|
|
|
2
|
|
821
|
use Shared::Examples::Net::Amazon::S3::Fixture qw[ fixture ]; |
|
2
|
|
|
|
|
6
|
|
|
2
|
|
|
|
|
22
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
fixture content => <<'XML'; |
14
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
15
|
|
|
|
|
|
|
<DeleteResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> |
16
|
|
|
|
|
|
|
</DeleteResult> |
17
|
|
|
|
|
|
|
XML |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=pod |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=encoding UTF-8 |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 NAME |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::response::bucket_objects_delete_quiet_without_errors - Shared::Examples providing response fixture |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 VERSION |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
version 0.991 |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 AUTHOR |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
41
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=cut |