diff options
Diffstat (limited to 'lib/locale.t')
-rw-r--r-- | lib/locale.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.t b/lib/locale.t index 075b0e6ea4..727d7f9c26 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -2148,7 +2148,7 @@ foreach my $Locale (@Locale) { debug "$first_f_test..$locales_test_number: \$f = $f, \$g = $g, back to locale = $Locale\n"; # Does taking lc separately differ from taking - # the lc "in-line"? (This was the bug 19990704.002, change #3568.) + # the lc "in-line"? (This was the bug 19990704.002 (#965), change #3568.) # The bug was in the caching of the 'o'-magic. if (! $is_utf8_locale) { use locale; |