line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package XML::NewsML_G2::Service; |
2
|
|
|
|
|
|
|
|
3
|
18
|
|
|
18
|
|
125
|
use Moose; |
|
18
|
|
|
|
|
45
|
|
|
18
|
|
|
|
|
149
|
|
4
|
18
|
|
|
18
|
|
84076
|
use namespace::autoclean; |
|
18
|
|
|
|
|
42
|
|
|
18
|
|
|
|
|
171
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
with 'XML::NewsML_G2::Role::HasQCode'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
__PACKAGE__->meta->make_immutable; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; |
11
|
|
|
|
|
|
|
__END__ |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
XML::NewsML_G2::Service - a service produced by the news agency |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 SYNOPSIS |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
my $svc = XML::NewsML_G2::Service->new |
20
|
|
|
|
|
|
|
(name => 'Economic News', qcode => 'eco'); |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 AUTHOR |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Philipp Gortan C<< <philipp.gortan@apa.at> >> |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 LICENCE AND COPYRIGHT |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Copyright (c) 2013-2014, APA-IT. All rights reserved. |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
See L<XML::NewsML_G2> for the license. |