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 module Locale::Unicode

v0.1.9 2024-07-08T22:03:30+0900
    - Added the method 'territory'
    - Added a sanity check to ensure proper locale is provided upon object instantiation.
    - Added mechanism to unset country code when region code is set and vice versa
    - Added mechanism to unset language code when 3-characters language code is set and vice versa
    - Changed the regular expression to use the component name 'language' and 'language3' instead of 'locale' and 'locale3' respectively

v0.1.8 2024-06-12T15:10:36+0900
    - Added the method 'language' as an alias to 'lang'

v0.1.7 2024-05-29T13:49:30+0900
    - Skipping test with DateTime::Locale if minimum version is not available

v0.1.6 2024-05-29T13:43:33+0900
    - Correcting minimum module version required for testing

v0.1.5 2024-05-24T11:06:59+0900
    - Added global variable $EXPLICIT_BOOLEAN affecting the rendering of stringification of objects

v0.1.4 2024-05-23T14:14:14+0900
    - Corrected the method 'colCaseFirst' (kf) incorrectly previously treated as only boolean.
    - Updated the documentation.
    - Added method clone() to Locale::Unicode
    - Minor correction to unit test

v0.1.3 2024-05-21T10:24:31+0900
    - Documentation improvements.
    - Correcting a minor bug in method 'as_string'

v0.1.2 2024-05-19T09:14:26+0900
    - More oversight corrected

v0.1.1 2024-05-18T13:40:37+0900
    - Added DateTime::Locale to test requirements
    - Fixed some documentation typos.

v0.1.0 2024-05-17T17:05:22+0900
    - Initial release