The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Locale::Utils::Autotranslator.

1.016  Wed Sep 23 07:55:32 2021
- splitted test helper files (different line endings)

1.015  Wed Sep 22 12:39:58 2021 (broken tests)
- fixed \n in test file content

1.014  Tue Sep 21 16:44:16 2021 (broken tests)
- fixed different \n in po/pot file
- fixed different \n count in msgstr to msgid

1.013  Mon Aug 31 11:54:38 2021 (broken tests)
- fixed different \n in test

1.012  Mon Aug 30 12:31:12 2021 (broken tests)
- fixed different \n in test
  https://rt.cpan.org/Ticket/Display.html?id=139138

1.011  Fri Aug 23 12:57:48 2021 (broken tests)
- fixed different \n in test

1.010  Fri Aug 20 13:35:52 2021 (broken tests)
- fixed README only

1.009  Fri Aug 20 13:02:16 2021 (broken tests)
- added Locale::Utils::Autotranslator::Interactive

1.008  Mon Mar 26 17:02:48 2018
- fixed warning in case of undef from API

1.007  Sun Jul 16 20:48:04 2017
- remove Module::Build from makefile dependencies (2nd try)
- solved rights of tar directory (2nd try)
  https://rt.cpan.org/Ticket/Display.html?id=122505

1.006  Sun Jul 16 18:27:06 2017
- solved rights of tar directory
  https://rt.cpan.org/Ticket/Display.html?id=122505

1.005  Sun Jul 16 11:36:46 2017
- remove Module::Build from makefile dependencies

1.004  Mon Jun  5 09:22:38 2017
- handle bytes_max errors
- handle errors on translate_any_msgid

1.003  Sat Jun  3 22:06:03 2017
- handle paragraphs ans multiline
- new method tanslate_any_mesid to translate text instead of po files.

1.002  Sun Feb 26 07:50:57 2017
- better pod coverage

1.001  Fri Feb 24 17:11:04 2017
- removed unneeded dependency List::MoreUtils

1.000  Mon Aug 17 11:37:53 2015
- incompatible change
  - removed attribute: automatic_comment, debug_code, limit, sleep_seconds
  - added attribute: after_translation_code, before_translation_code,
    comment, translation_count
- lots of fixes, mostly error handling
- better performance, do not write the file so often

0.003  Tue Oct 28 06:49:37 2014
- added Path::Tiny to test dependencies

0.002  Mon Oct 27 07:42:50 2014
- using the new  Locale::TextDomain::OO::Util module

0.001  Thu Oct 16 06:52:46 2014
- first version