summaryrefslogtreecommitdiff
path: root/lib/locale.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-07-29 08:55:37 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-29 08:55:37 -0700
commit126fe723711f584a4cbdbdbfcc7792d26d961450 (patch)
treeefef2bd07d74a369852a09dc44cdea71180b0b91 /lib/locale.t
parentee95e30c64b700db346148e4c9bcd140e30ec272 (diff)
downloadperl-126fe723711f584a4cbdbdbfcc7792d26d961450.tar.gz
New bug numbers in lib/ and dist/, too
This is my quick-and-dirty script: find dist -print0 | xargs -0 perl -pi -e 'BEGIN { %map = split " ", join "", `cat pb2rt.txt` } s/(?<!\d)\d{8}\.\d{3}(?!\d)/$& (#$map{$&})/g'
Diffstat (limited to 'lib/locale.t')
-rw-r--r--lib/locale.t2
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;