line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package XML::NewsML_G2::Role::Writer::Event_Item; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
570
|
use Moose::Role; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
4
|
1
|
|
|
1
|
|
4374
|
use namespace::autoclean; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
with 'XML::NewsML_G2::Role::Writer'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
1; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
__END__ |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
XML::NewsML_G2::Role::Writer::Event_Item - Role for writing event items |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 DESCRIPTION |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
This module serves as a role for all NewsML-G2 writer classes and get automatically applied when the according news item type is written |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 AUTHOR |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Christian Eder C<< <christian.eder@apa.at> >> |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 LICENCE AND COPYRIGHT |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Copyright (c) 2019, APA-IT. All rights reserved. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
See L<XML::NewsML_G2> for the license. |