line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
use Moo::Role; |
3
|
4
|
|
|
4
|
|
2351
|
|
|
4
|
|
|
|
|
10
|
|
|
4
|
|
|
|
|
28
|
|
4
|
|
|
|
|
|
|
our $VERSION = '0.18'; |
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
use namespace::clean; |
7
|
4
|
|
|
4
|
|
2066
|
|
|
4
|
|
|
|
|
5529
|
|
|
4
|
|
|
|
|
26
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=pod |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=for :stopwords Diab Jerius Smithsonian Astrophysical Observatory |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
MooX::TaggedAttributes::Propagate |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 VERSION |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
version 0.18 |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 SUPPORT |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head2 Bugs |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Please report any bugs or feature requests to bug-moox-taggedattributes@rt.cpan.org or through the web interface at: https://rt.cpan.org/Public/Dist/Display.html?Name=MooX-TaggedAttributes |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head2 Source |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
Source is available at |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
https://gitlab.com/djerius/moox-taggedattributes |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
and may be cloned from |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
https://gitlab.com/djerius/moox-taggedattributes.git |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 SEE ALSO |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
Please see those modules/websites for more information related to this module. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=over 4 |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=item * |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
L<MooX::TaggedAttributes|MooX::TaggedAttributes> |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=back |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=head1 AUTHOR |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
Diab Jerius <djerius@cpan.org> |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
This software is Copyright (c) 2018 by Smithsonian Astrophysical Observatory. |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
This is free software, licensed under: |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
The GNU General Public License, Version 3, June 2007 |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=cut |