File Coverage

blib/lib/XML/NewsML_G2/Role/Writer_2_28.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package XML::NewsML_G2::Role::Writer_2_28;
2              
3 8     8   9296 use Moose::Role;
  8         23  
  8         78  
4 8     8   43346 use namespace::autoclean;
  8         18  
  8         76  
5              
6             has 'schema_location',
7             isa => 'Str',
8             is => 'ro',
9             default => 'http://iptc.org/std/nar/2006-10-01/';
10             has 'g2_catalog_url',
11             isa => 'Str',
12             is => 'ro',
13             default =>
14             'http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_34.xml';
15              
16             1;
17             __END__
18              
19             =head1 NAME
20              
21             XML::NewsML_G2::Role::Writer_2_18 - create XML DOM tree conforming to version 2.18 of the NewsML-G2 specification
22              
23             Check the documentation of L<XML::NewsML_G2::Writer> for details.
24              
25             =head1 AUTHOR
26              
27             Philipp Gortan C<< <philipp.gortan@apa.at> >>
28              
29             =head1 LICENCE AND COPYRIGHT
30              
31             Copyright (c) 2013-2014, APA-IT. All rights reserved.
32              
33             See L<XML::NewsML_G2> for the license.