line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# PODNAME: Shared::Examples::Net::Amazon::S3::Fixture::error::http_bad_request |
2
|
|
|
|
|
|
|
# ABSTRACT: Shared::Examples providing error fixture |
3
|
|
|
|
|
|
|
|
4
|
35
|
|
|
35
|
|
228
|
use strict; |
|
35
|
|
|
|
|
99
|
|
|
35
|
|
|
|
|
1018
|
|
5
|
35
|
|
|
35
|
|
183
|
use warnings; |
|
35
|
|
|
|
|
75
|
|
|
35
|
|
|
|
|
840
|
|
6
|
|
|
|
|
|
|
|
7
|
35
|
|
|
35
|
|
206
|
use HTTP::Status; |
|
35
|
|
|
|
|
78
|
|
|
35
|
|
|
|
|
6752
|
|
8
|
35
|
|
|
35
|
|
218
|
use Shared::Examples::Net::Amazon::S3::Fixture; |
|
35
|
|
|
|
|
76
|
|
|
35
|
|
|
|
|
255
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
+{ |
11
|
|
|
|
|
|
|
response_code => HTTP::Status::HTTP_BAD_REQUEST, |
12
|
|
|
|
|
|
|
}; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=pod |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=encoding UTF-8 |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 NAME |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Shared::Examples::Net::Amazon::S3::Fixture::error::http_bad_request - 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 |