* Added support to automatically purge the lexicon cache and reread the MO file on calling textdomain() when MO file is updated. This enables MO file live update with persistant applications like Mojolicious or mod_perl.

* Advanced to version 1.29.
This commit is contained in:
2019-09-09 22:37:38 +08:00
parent ae2e049824
commit b3bce9147e
11 changed files with 218 additions and 43 deletions

12
README
View File

@ -38,17 +38,23 @@ like the command-line program gettext.
* Installation
Read INSTALL for instructions on how to install
Read INSTALL for instructions on how to install
Locale::Maketext::Gettext.
* Source
Source is now on Github. See
https://github.com/imacat/Locale-Maketext-Gettext
* News, Changes and Updates
Refer to the Changes for changes, bug fixes, updates, new functions, etc.
Refer to the Changes for changes, bug fixes, updates, new functions, etc.
* Copyright
Copyright (c) 2003-2007 imacat. All rights reserved. This program is free
Copyright (c) 2003-2019 imacat. All rights reserved. This program is free
software; you can redistribute it and/or modify it under the same terms
as Perl itself.