line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# PODNAME: Shared::Examples::Net::Amazon::S3::Fixture::response::service_list_buckets_without_owner_displayname |
2
|
|
|
|
|
|
|
# ABSTRACT: Shared::Examples providing response fixture |
3
|
|
|
|
|
|
|
|
4
|
3
|
|
|
3
|
|
23
|
use strict; |
|
3
|
|
|
|
|
12
|
|
|
3
|
|
|
|
|
103
|
|
5
|
3
|
|
|
3
|
|
18
|
use warnings; |
|
3
|
|
|
|
|
9
|
|
|
3
|
|
|
|
|
85
|
|
6
|
|
|
|
|
|
|
|
7
|
3
|
|
|
3
|
|
19
|
use Shared::Examples::Net::Amazon::S3::Fixture; |
|
3
|
|
|
|
|
8
|
|
|
3
|
|
|
|
|
30
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::fixture content => <<'XML'; |
10
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
11
|
|
|
|
|
|
|
<ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> |
12
|
|
|
|
|
|
|
<Owner> |
13
|
|
|
|
|
|
|
<ID>bcaf1ffd86f461ca5fb16fd081034f</ID> |
14
|
|
|
|
|
|
|
</Owner> |
15
|
|
|
|
|
|
|
<Buckets> |
16
|
|
|
|
|
|
|
<Bucket> |
17
|
|
|
|
|
|
|
<Name>quotes</Name> |
18
|
|
|
|
|
|
|
<CreationDate>2006-02-03T16:45:09.000Z</CreationDate> |
19
|
|
|
|
|
|
|
</Bucket> |
20
|
|
|
|
|
|
|
<Bucket> |
21
|
|
|
|
|
|
|
<Name>samples</Name> |
22
|
|
|
|
|
|
|
<CreationDate>2006-02-03T16:41:58.000Z</CreationDate> |
23
|
|
|
|
|
|
|
</Bucket> |
24
|
|
|
|
|
|
|
</Buckets> |
25
|
|
|
|
|
|
|
</ListAllMyBucketsResult> |
26
|
|
|
|
|
|
|
XML |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
__END__ |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=pod |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=encoding UTF-8 |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head1 NAME |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::response::service_list_buckets_without_owner_displayname - Shared::Examples providing response fixture |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=head1 VERSION |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
version 0.99 |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=head1 AUTHOR |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
51
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=cut |