The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Locale::Maketext::Utils.

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