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
|
|
17
|
use strict; |
|
2
|
|
|
|
|
6
|
|
|
2
|
|
|
|
|
89
|
|
5
|
2
|
|
|
2
|
|
14
|
use warnings; |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
110
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
package |
8
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::bucket::objects::delete::quiet_without_errors; |
9
|
|
|
|
|
|
|
|
10
|
2
|
|
|
2
|
|
15
|
use HTTP::Status; |
|
2
|
|
|
|
|
7
|
|
|
2
|
|
|
|
|
855
|
|
11
|
2
|
|
|
2
|
|
1181
|
use Shared::Examples::Net::Amazon::S3::Fixture qw[ fixture ]; |
|
2
|
|
|
|
|
8
|
|
|
2
|
|
|
|
|
44
|
|
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
|
|
|
|
|
|
|
__END__ |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=pod |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=encoding UTF-8 |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 NAME |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::response::bucket_objects_delete_quiet_without_errors - Shared::Examples providing response fixture |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 VERSION |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
version 0.98 |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 AUTHOR |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
42
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=cut |