File Coverage

blib/lib/Net/Amazon/S3/ACL/Grantee.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             # ABSTRACT: Base class for misc ACL grantee representations
2             $Net::Amazon::S3::ACL::Grantee::VERSION = '0.991';
3             use Moose;
4 100     100   46689  
  100         234  
  100         553  
5             1;
6              
7              
8             =pod
9              
10             =encoding UTF-8
11              
12             =head1 NAME
13              
14             Net::Amazon::S3::ACL::Grantee - Base class for misc ACL grantee representations
15              
16             =head1 VERSION
17              
18             version 0.991
19              
20             =head1 AUTHOR
21              
22             Branislav Zahradník <barney@cpan.org>
23              
24             =head1 COPYRIGHT AND LICENSE
25              
26             This module is part of L<Net::Amazon::S3>.
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) 2022 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