[Rt-commit] rt 02/03: Add 'use locale' to lifecycle.pm

craig kaiser craig at bestpractical.com
Fri Jul 16 16:40:10 UTC 2021


This is an automated email from the git hooks/post-receive script.

craig pushed a commit to branch 5.0/lifecycle-status-accents
in repository rt.

commit a37b22b18a8e543a2399b86b41e02a961d7a59da
Author: craig kaiser <craig at bestpractical.com>
AuthorDate: Fri Jul 16 11:30:21 2021 -0400

    Add 'use locale' to lifecycle.pm
    
    This is needed in order to successfully convert uppercase accented
    characters to lowercase.
---
 lib/RT/Lifecycle.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/RT/Lifecycle.pm b/lib/RT/Lifecycle.pm
index 6e6620d78c..69fac0ba67 100644
--- a/lib/RT/Lifecycle.pm
+++ b/lib/RT/Lifecycle.pm
@@ -58,6 +58,8 @@ our %LIFECYCLES;
 our %LIFECYCLES_CACHE;
 our %LIFECYCLES_TYPES;
 
+use locale qw/:characters/;
+
 # cache structure:
 #    {
 #        lifecycle_x => {

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list