line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package XML::NewsML_G2::Remote_Info; |
2
|
|
|
|
|
|
|
|
3
|
18
|
|
|
18
|
|
127
|
use Moose; |
|
18
|
|
|
|
|
40
|
|
|
18
|
|
|
|
|
122
|
|
4
|
18
|
|
|
18
|
|
77977
|
use namespace::autoclean; |
|
18
|
|
|
|
|
49
|
|
|
18
|
|
|
|
|
133
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
has 'reluri', isa => 'Str', is => 'ro'; |
7
|
|
|
|
|
|
|
has 'href', isa => 'Str', is => 'ro'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
__PACKAGE__->meta->make_immutable; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
1; |
12
|
|
|
|
|
|
|
__END__ |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
XML::NewsML_G2::Remote_Info - the news provider (news agency) |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 SYNOPSIS |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
my $apa = XML::NewsML_G2::Remote_Info->new(reluri => 'http://www.iana.org/assignments/relation/icon', href => 'http://test.com/123.jpg'); |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 ATTRIBUTES |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=over 4 |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=item reluri |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
describing the concept |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=item href |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
href to remote content |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=back |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 AUTHOR |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Stefan Hrdlicka C<< <stefan.hrdlicka@apa.at> >> |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 LICENCE AND COPYRIGHT |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
Copyright (c) 2013-2016, APA-IT. All rights reserved. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
See L<XML::NewsML_G2> for the license. |