line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# PODNAME: Shared::Examples::Net::Amazon::S3::Fixture::error::access_denied |
2
|
|
|
|
|
|
|
# ABSTRACT: Shared::Examples providing error fixture |
3
|
|
|
|
|
|
|
|
4
|
36
|
|
|
36
|
|
228
|
use strict; |
|
36
|
|
|
|
|
81
|
|
|
36
|
|
|
|
|
1057
|
|
5
|
36
|
|
|
36
|
|
185
|
use warnings; |
|
36
|
|
|
|
|
80
|
|
|
36
|
|
|
|
|
853
|
|
6
|
|
|
|
|
|
|
|
7
|
36
|
|
|
36
|
|
190
|
use HTTP::Status; |
|
36
|
|
|
|
|
79
|
|
|
36
|
|
|
|
|
9493
|
|
8
|
36
|
|
|
36
|
|
6561
|
use Shared::Examples::Net::Amazon::S3::Fixture; |
|
36
|
|
|
|
|
89
|
|
|
36
|
|
|
|
|
361
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::error_fixture |
11
|
|
|
|
|
|
|
AccessDenied => HTTP::Status::HTTP_FORBIDDEN, |
12
|
|
|
|
|
|
|
; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=pod |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=encoding UTF-8 |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 NAME |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::error::access_denied - Shared::Examples providing error fixture |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 VERSION |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
version 0.991 |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 AUTHOR |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
36
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=cut |