File Coverage

blib/lib/Mail/BIMI/Trait/CacheSerial.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Mail::BIMI::Trait::CacheSerial;
2             # ABSTRACT: Cacheable serial attribute trait
3             our $VERSION = '3.20210225'; # VERSION
4 30     30   422 use 5.20.0;
  30         114  
5 30     30   165 use Moose::Role;
  30         75  
  30         229  
6             Moose::Util::meta_attribute_alias('CacheSerial');
7 30     30   155032 no Moose::Role;
  30         81  
  30         144  
8             1;
9              
10             __END__
11              
12             =pod
13              
14             =encoding UTF-8
15              
16             =head1 NAME
17              
18             Mail::BIMI::Trait::CacheSerial - Cacheable serial attribute trait
19              
20             =head1 VERSION
21              
22             version 3.20210225
23              
24             =head1 REQUIRES
25              
26             =over 4
27              
28             =item * L<Moose::Role|Moose::Role>
29              
30             =back
31              
32             =head1 AUTHOR
33              
34             Marc Bradshaw <marc@marcbradshaw.net>
35              
36             =head1 COPYRIGHT AND LICENSE
37              
38             This software is copyright (c) 2020 by Marc Bradshaw.
39              
40             This is free software; you can redistribute it and/or modify it under
41             the same terms as the Perl 5 programming language system itself.
42              
43             =cut