Revision history for Perl extension Locale::Maketext::Utils.
0.19 Mon May 24 23:11:15 2010
- add updated Locales useage
0.18 Tue Sep 15 21:40:54 2009
- updated datetime() tests to take into account DateTime::Locale rt 49724
- update # of tie hash tests to avoid spurious failure
- added [output, chr, ...]
- added [output, class, ...]
0.17 Tue Jun 9 10:24:54 2009
- $Onesided-ness respect 'use_external_lex_cache'
- 'add_lex_hash_silent_if_already_added' boolean
0.16 Mon Jun 8 10:08:03 2009
- move all no()s outside of loops
- add support for use_external_lex_cache (see Locale::Maketext's https://rt.cpan.org/Ticket/Display.html?id=46738 )
- change test's BAILOUT to SKIP to avoid false failures
0.15 Wed Jun 3 16:01:29 2009
- Dropped need for Locale::Maketext::Pseudo
- removed env_ functions (use Locale::Maketext::Pseudo explicitly if you want them)
- note: exporting was broken so they were always called w/ full NS if they were used, should facilitate fast search/replace resolution of code using it.
if you used these functions you will need to:
a) make sure you $script uses Locale::Maketext::Pseudo
b) perl -pi -e 's/Locale::Maketext::Utils::env_/Locale::Maketext::Pseudo::env_/g' $script
0.14 Tue May 19 23:11:55 2009
- Makefile.PL PREREQ_PM Locales::Base 0.03 and removed version.pm
- make_alias() base to @ISA and also include aliasing %Lexicon, $VERSION, $Onesided
- fixed scoping of a test that caused issues in later tests on some systems
- added notes in POD about Locales::Language 0.03
- Address eval {} setting $! spuriously-for-our-purposes
0.13 Sat May 16 20:21:57 2009
- drop 'use version'
- 'use base' to @ISA
- POD to .pod file
- removed undocumented, experimental, and ultimately a bad idea AUTOLOAD tag behavior
- get_handle() is now an argument based singleton
- POD removed items from TODO that were done in this version (noted below)
- $Onesided will now be lookup-on-demand-lexicon safe (part of the todo 'Specific support of lexicon management w/ non-hash based lexicons')
- added bracket notation methods
boolean()
output() - (part of the todo 'possibly some formatters (would need to associate an output object of some kind though...)')
- added utility methods:
get_language_class()
add_lexicon_override_hash() - "Tie::Hash::ReadonlyStack compat Lexicon only" (part of the todo 'Specific support of lexicon management w/ non-hash based lexicons')
add_lexcion_fallback_hash() - "Tie::Hash::ReadonlyStack compat Lexicon only" (part of the todo 'Specific support of lexicon management w/ non-hash based lexicons')
del_lexicon_hash() - "Tie::Hash::ReadonlyStack compat Lexicon only" (part of the todo 'Specific support of lexicon management w/ non-hash based lexicons')
get_base_class_dir() - "Standard .pm layout only" (part of the todo 'Better drop in modular lexicon support/documentation')
list_available_locales() - "Standard .pm layout only" (part of the todo 'Better drop in modular lexicon support/documentation')
- POD 'Tie::Hash::ReadonlyStack compat Lexicon' (part of the todo 'Specific support of lexicon management w/ non-hash based lexicons')
- POD "Standard" .pm layout (part of the todo 'Better drop in modular lexicon support/documentation')
- added "native" name lookup hash to lang_names_hashref() in array context
0.0.12
- -DateTime key (and the idea of special keys.. yuck!) dropped, should be bracket method
- add example range support (hopefully will be core to avoid the mis-lookup issue) - See rt 37955
- numf w/ decimal truncation support (hopefully will be core eventually) - See rt 36136
- add datetime(), join(), list(), format_bytes(), convert()
0.0.11 Fri Jul 25 19:19:24 2008
- make tests work with variations of Locales::Base
0.0.10 Thu Jul 23 10:33:47 2008
- fix makefile entry
0.0.9 Tue Oct 16 22:47:04 2007
- make test case insensitiive in case that ever changes
- more sensible -DateTime format (why have SQL datetime when we want language!)
0.0.8 Sat Oct 13 14:13:37 2007
- Minor POD fixup
- '-DateTime' key to all %Lexicons's
0.0.7 Sun Mar 4 19:50:57 2007
- added env_* functions
- changed get() and say() '||' logic to ternaries
- added $ENV{'maketext_obj'} support
0.0.6 Wed Nov 8 23:08:18 2006
- Added say(), get(), and AUTOLOAD(). Made $Onesided hashes retain the value of keys whose value is not ''
0.0.5 Wed Sep 14 11:33:57 2006
- re bundled without Mac's ._ files in the tarball
0.0.4 Fri Jul 28 18:44:12 2006
- added $Onesided
- added make_alias
0.0.3 Fri Jul 7 16:04:40 2006
- Fixed up POD
- added [loadable_]lang_names_hashref()
0.0.2 Wed Jul 5 22:29:50 2006
- added $Encoding support
0.0.1 Tue Jul 4 18:14:34 2006
- original version; created by h2xs 1.23 with options
-AXc -n Locale::Maketext::Utils