Revision history for Perl extension XML::TMX. 0.20 Jan 31, 2012 - add 'verbose' option to for_tu family of methods 0.19 Jan 27, 2012 - fix 'ignore_markup' in Reader.pm (thanks to Achim Ruopp) 0.18 Feb 09, 2011 - tmxwc working for multiple files; - Fixed tmxuniq to work without complaining on unicode; 0.17 Dec 22, 2008 - Added tmxwc and tmxclean scripts. 0.16 Fev 5, 2007 - refactoed for_tu2 function (it used $&, $` and $'). 0.15 Dec 9, 2006 - new for_tu2 function that will soon replace for_tu more efficient for big files - languages function just checks the first few 100 TUs 0.14 Jun 7, 2006 - in XML::TMX::Writer, if we know the encoding, use binmode to force it. 0.13 Jul 20, 2005 - for_tu now handles direct output for another TMX file. - removed some newlined in the output. 0.12 Jul 17, 2005 - added some tests to XML::TMX::Writer; - changed test names to be tested in order; 0.11 Jul 12, 2005 - corrected stupid bug lying around since 0.05 0.10 Sep 30, 2004 0.09 - problem with upload to CPAN; 0.09 - problem with upload to CPAN; - added pod and pod-coverage tests; - added documentation; 0.07 May 18, 2004 - option to remove sub-tags is now global and not specific for the for_tu command; 0.06 Apr 22, 2004 - corrected bug on test files - tmx2tmx is installed - tmx2tmx conversion to TRADOS TMX1.1 format - tmx2tmx basic TMX cleaner 0.05 Jan 07, 2004 - removed dependency with XML::Writer; - option to remove sub-tags when processing s; 0.04 Nov 11, 2003 - use xml:lang instead of lang if the first exists 0.03 Oct 12, 2003 - Many bugs were found. Here is a working version (we hope) 0.02 Oct 09, 2003 - Corrected warnings with perl 5.8.1 0.01 Sep 14, 2003 - Created XML::TMX::{Reader|Query}