The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
XML::NewsML_G2

This module tries to implement the creation of XML files conforming to
the NewsML G2 specification as published by the IPTC. It does not aim
in implementing the complete standard, but in covering the most common
use cases.

For the full specification of the format, visit
<http://www.iptc.org/site/News_Exchange_Formats/NewsML-G2/>

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install


DEPENDENCIES

Moose, XML::LibXML, DateTime, DateTime::Format::XSD, UUID::Tiny


COPYRIGHT AND LICENCE

Copyright (C) 2013, Philipp Gortan

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.