summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-12-21 09:53:41 -0700
committerKarl Williamson <public@khwilliamson.com>2012-01-19 11:58:17 -0700
commit2258fb6a9eb1a23e6e69e1f12e1e11d7159c85cf (patch)
tree146692dbcd4e69bfedfea90858c59cede4306856 /t
parente057d092bb553107ca286fc1193c680ce02b01a8 (diff)
downloadperl-2258fb6a9eb1a23e6e69e1f12e1e11d7159c85cf.tar.gz
t/re/re_tests: Update comment
This reflects that now that there is autoloading of \N{}, such tests can go in this file
Diffstat (limited to 't')
-rw-r--r--t/re/re_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/re/re_tests b/t/re/re_tests
index 1f8c80ab0c..b0ea9abdaf 100644
--- a/t/re/re_tests
+++ b/t/re/re_tests
@@ -1,8 +1,8 @@
# This stops me getting screenfulls of syntax errors every time I accidentally
# run this file via a shell glob. The full format of this file is given
# in regexp.t
-# Can't use \N{VALID NAME TEST} here because need 'use charnames'; but can use
-# \N{U+valid} here.
+# Prior to the implementation of autoloading of \N{}, tests that used \N{name}
+# could not go in this file, and were farmed out to other .t's.
#
# pat string y/n/etc expr expected-expr skip-reason
__END__