line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Mail::BIMI::Trait::CacheSerial; |
2
|
|
|
|
|
|
|
# ABSTRACT: Cacheable serial attribute trait |
3
|
|
|
|
|
|
|
our $VERSION = '3.20210512'; # VERSION |
4
|
29
|
|
|
29
|
|
436
|
use 5.20.0; |
|
29
|
|
|
|
|
102
|
|
5
|
29
|
|
|
29
|
|
197
|
use Moose::Role; |
|
29
|
|
|
|
|
69
|
|
|
29
|
|
|
|
|
219
|
|
6
|
|
|
|
|
|
|
Moose::Util::meta_attribute_alias('CacheSerial'); |
7
|
29
|
|
|
29
|
|
153277
|
no Moose::Role; |
|
29
|
|
|
|
|
75
|
|
|
29
|
|
|
|
|
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.20210512 |
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 |