Path to this page:
Subject: CVS commit: pkgsrc/misc/p5-Locale-Maketext-Lexicon
From: Hiramatsu Yoshifumi
Date: 2011-10-17 10:54:18
Message id: 20111017085418.D0166175DD@cvs.netbsd.org
Log Message:
Update p5-Locale-Maketext-Lexicon to 0.91.
Changes from previous:
[Changes for 0.91 - 2011-08-19]
* Fixed test count for newly added tests
[Changes for 0.90 - 2011-08-19]
* Doc changes
[Changes for 0.89 - 2011-08-19]
* Added support to the TT2 parser for Mojolicious style tags
Thanks to COSIMO for the patch
[Changes for 0.88 - 2011-07-30]
* Fixed the t/5-extract.t test count
[Changes for 0.87 - 2011-07-20]
* Locale::Maketext::Extract::Plugin::Mason
- Added support for Mason 2
Thanks to ASIMON for the patch.
* Locale::Maketext::Extract
- Now warns on loading bad plugins if warnings enabled
* Locale::Maketext::Extract::Plugin::Base
- Corrected the synopsis
Thanks to TOKUHIROM for the bug reports
[Changes for 0.86 - 2011-02-16]
* Bumped version because the META file was showing an old version number.
[Changes for 0.85 - 2011-02-11]
* Changed Locale::Maketext::Extract::Run to ignore:
- .git/
- unix pipes
- binary files
Thanks to audreyt for the patch
\
https://github.com/audreyt/locale-maketext-lexicon/commit/1e4d112d435daa7b72eb8b49208f3b2e3185bc22
[Changes for 0.84 - 2010-12-24]
* Changed the minimum version of Locale::Maketext to 1.17, to avoid error
reports from recent Perl versions, which still have an old Locale::Maketext
* Locale::Maketext::Extract
- added a fix from Ivan Bessarov to avoid uninit warnings when msgids
contain trailing spaces
[Changes for 0.83 - 2010-12-09]
* Locale::Maketext::Lexicon
- remove the local $@ when loading PO files - made it difficult
to debug errors when loading PO's
Thanks to Ton Voon for the patch
https://rt.cpan.org/Ticket/Display.html?id=63722
- Added -P|plugins option to specify which parser plugins to use
- Added -w|warnings to turn parser warnings on and off
- Added -v|verbose to output the files that are being processed,
the plugins used to process them, and the extracted strings
- Fixed a bug in the File::Find routine to correctly prune
.svn directories and their contents
* Locale::Maketext::Extract::Plugin::Perl
- Added a defined check to avoid a warning.
Files: