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.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