| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Data::OFN::Common; |
|
2
|
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
126302
|
use strict; |
|
|
2
|
|
|
|
|
5
|
|
|
|
2
|
|
|
|
|
74
|
|
|
4
|
2
|
|
|
2
|
|
18
|
use warnings; |
|
|
2
|
|
|
|
|
3
|
|
|
|
2
|
|
|
|
|
164
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = 0.03; |
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
1; |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
__END__ |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=pod |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=encoding utf8 |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Data::OFN::Common - OFN common data objects. |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Common immutable data objects for OFN (Otevřené formální normy) in the Czech Republic. |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
This objects are actual with L<2020-07-01|https://ofn.gov.cz/z%C3%A1kladn%C3%AD-datov%C3%A9-typy/2020-07-01/> |
|
25
|
|
|
|
|
|
|
version of OFN basic data types standard. |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=over |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item L<Data::OFN::Common::Quantity> |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
OFN common data object for quantity. |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item L<Data::OFN::Common::TimeMoment> |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
OFN common data object for time moment. |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=back |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=head1 REPOSITORY |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
L<https://github.com/michal-josef-spacek/Data-OFN-Common> |
|
44
|
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=head1 AUTHOR |
|
46
|
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
Michal Josef Špaček L<mailto:skim@cpan.org> |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
L<http://skim.cz> |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
|
52
|
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
© 2023-2025 Michal Josef Špaček |
|
54
|
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
BSD 2-Clause License |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
=head1 VERSION |
|
58
|
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
0.03 |
|
60
|
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
=cut |