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             package Net::Amazon::S3::ACL::Grantee;
2             # ABSTRACT: Base class for misc ACL grantee representations
3             $Net::Amazon::S3::ACL::Grantee::VERSION = '0.99';
4 100     100   61898 use Moose;
  100         308  
  100         670  
5              
6             1;
7              
8             __END__
9              
10             =pod
11              
12             =encoding UTF-8
13              
14             =head1 NAME
15              
16             Net::Amazon::S3::ACL::Grantee - Base class for misc ACL grantee representations
17              
18             =head1 VERSION
19              
20             version 0.99
21              
22             =head1 AUTHOR
23              
24             Branislav Zahradník <barney@cpan.org>
25              
26             =head1 COPYRIGHT AND LICENSE
27              
28             This module is part of L<Net::Amazon::S3>.
29              
30             =head1 AUTHOR
31              
32             Branislav Zahradník <barney@cpan.org>
33              
34             =head1 COPYRIGHT AND LICENSE
35              
36             This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
37              
38             This is free software; you can redistribute it and/or modify it under
39             the same terms as the Perl 5 programming language system itself.
40              
41             =cut