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