Subject: | [1.14 target - item #2] Lexicon object support |
Here is a patch that:
- replaces the old Guts[Loader] logic cludge with a much simpler and
efficient
- version bump to 1.13_84
- change log entry
As you can see it is very unobtrusive and should work fine with existing
uses of Maketext.
1) debug when utf8 is available
multivac:Locale-Maketext-1.13 dmuey$ perl -Ilib -e 'sub
Locale::Maketext::DEBUG {1};require Locale::Maketext;'
utf8 on for _compile()
multivac:Locale-Maketext-1.13 dmuey$
2) make utf8 return 0 instead of 1
3) debug when utf8 is available
multivac:Locale-Maketext-1.13 dmuey$ perl -Ilib -e 'sub
Locale::Maketext::DEBUG {1};require Locale::Maketext;'
utf8 not available for _compile() ()
utf8.pm did not return a true value at lib/Locale/Maketext.pm line
495.
multivac:Locale-Maketext-1.13 dmuey$
Subject: | guts_perfomance.patch |
Message body is not shown because it is too large.