XML::TMX::FromPO(3pm) | User Contributed Perl Documentation | XML::TMX::FromPO(3pm) |
XML::TMX::FromPO - Generates a TMX file from a group of PO files
version 0.36
use XML::TMX::FromPO; my $conv = new XML::TMX::FromPO(OUTPUT => '%f.tmx');
This module can be used to generate TMX files from a group of PO files.
The following methods are available:
$tmx = new XML::TMX::FromPO();
Creates a new XML::TMX::FromPO object. Please check the COMMON CONFIGURATION section for details on the options.
TODO: Document method
TODO: Document method
TODO: Document function
TODO: Document method
These configuration options can be passed to all methods in the module:
Paulo Jorge Jesus Silva, <paulojjs@bragatel.pt>
This software is copyright (c) 2010-2017 by Projeto Natura <natura@di.uminho.pt>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2017-09-07 | perl v5.26.0 |