| 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
|
|
302
|
use strict; |
|
|
36
|
|
|
|
|
102
|
|
|
|
36
|
|
|
|
|
1306
|
|
|
5
|
36
|
|
|
36
|
|
227
|
use warnings; |
|
|
36
|
|
|
|
|
95
|
|
|
|
36
|
|
|
|
|
1163
|
|
|
6
|
|
|
|
|
|
|
|
|
7
|
36
|
|
|
36
|
|
220
|
use HTTP::Status; |
|
|
36
|
|
|
|
|
90
|
|
|
|
36
|
|
|
|
|
11987
|
|
|
8
|
36
|
|
|
36
|
|
8807
|
use Shared::Examples::Net::Amazon::S3::Fixture; |
|
|
36
|
|
|
|
|
121
|
|
|
|
36
|
|
|
|
|
439
|
|
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::error_fixture |
|
11
|
|
|
|
|
|
|
AccessDenied => HTTP::Status::HTTP_FORBIDDEN, |
|
12
|
|
|
|
|
|
|
; |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
__END__ |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=pod |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=encoding UTF-8 |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 NAME |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::error::access_denied - Shared::Examples providing error fixture |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 VERSION |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
version 0.99 |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 AUTHOR |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
|
37
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=cut |