line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# ABSTRACT: Base class for all S3 Service operations |
2
|
|
|
|
|
|
|
$Net::Amazon::S3::Request::Service::VERSION = '0.991'; |
3
|
|
|
|
|
|
|
use Moose 0.85; |
4
|
99
|
|
|
99
|
|
48170
|
use MooseX::StrictConstructor 0.16; |
|
99
|
|
|
|
|
2124
|
|
|
99
|
|
|
|
|
578
|
|
5
|
99
|
|
|
99
|
|
521854
|
extends 'Net::Amazon::S3::Request'; |
|
99
|
|
|
|
|
1494
|
|
|
99
|
|
|
|
|
536
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
__PACKAGE__->meta->make_immutable; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=pod |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=encoding UTF-8 |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Net::Amazon::S3::Request::Service - Base class for all S3 Service operations |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 VERSION |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
version 0.991 |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 AUTHOR |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
33
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=cut |