line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# PODNAME: Shared::Examples::Net::Amazon::S3::Fixture::request::bucket_create_ca_central_1 |
2
|
|
|
|
|
|
|
# ABSTRACT: Shared::Examples providing request fixture |
3
|
|
|
|
|
|
|
|
4
|
3
|
|
|
3
|
|
45
|
use strict; |
|
3
|
|
|
|
|
9
|
|
|
3
|
|
|
|
|
120
|
|
5
|
3
|
|
|
3
|
|
20
|
use warnings; |
|
3
|
|
|
|
|
9
|
|
|
3
|
|
|
|
|
95
|
|
6
|
|
|
|
|
|
|
|
7
|
3
|
|
|
3
|
|
1475
|
use Shared::Examples::Net::Amazon::S3::Fixture; |
|
3
|
|
|
|
|
13
|
|
|
3
|
|
|
|
|
43
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::fixture content => <<'XML'; |
10
|
|
|
|
|
|
|
<CreateBucketConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> |
11
|
|
|
|
|
|
|
<LocationConstraint>ca-central-1</LocationConstraint> |
12
|
|
|
|
|
|
|
</CreateBucketConfiguration> |
13
|
|
|
|
|
|
|
XML |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
__END__ |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=pod |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=encoding UTF-8 |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 NAME |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::request::bucket_create_ca_central_1 - Shared::Examples providing request fixture |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 VERSION |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
version 0.99 |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 AUTHOR |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
38
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=cut |