line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package XML::NewsML_G2::Concept_Item; |
2
|
|
|
|
|
|
|
|
3
|
18
|
|
|
18
|
|
121
|
use Moose; |
|
18
|
|
|
|
|
38
|
|
|
18
|
|
|
|
|
125
|
|
4
|
18
|
|
|
18
|
|
111395
|
use namespace::autoclean; |
|
18
|
|
|
|
|
46
|
|
|
18
|
|
|
|
|
137
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
extends 'XML::NewsML_G2::Substancial_Item'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
has '+nature', default => 'concept'; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
__PACKAGE__->meta->make_immutable; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
1; |
13
|
|
|
|
|
|
|
__END__ |
14
|
|
|
|
|
|
|
=head1 NAME |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
XML::NewsML_G2::Concept_Item - base class for concept items e.g. events |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 DESCRIPTION |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
This module acts as a base class e.g. for NewsML-G2 event items. |
21
|
|
|
|
|
|
|
See L<XML::NewsML_G2::Event_Item>. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 AUTHOR |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Christian Eder C<< <christian.eder@apa.at> >> |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 LICENCE AND COPYRIGHT |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Copyright (c) 2019, APA-IT. All rights reserved. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
See L<XML::NewsML_G2> for the license. |