summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-09-18 12:19:13 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-09-18 20:20:44 -0700
commit71c89c826804a03f81e980d5286fdb0444490d86 (patch)
tree0feae24a49715923f991345818f5e3ee0d1db258
parent2c4879e2628d6fa5a764e130f610deaff6f859a5 (diff)
downloadperl-71c89c826804a03f81e980d5286fdb0444490d86.tar.gz
regexp.t: Update comments about column 1
Years out of date!
-rw-r--r--t/re/regexp.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/re/regexp.t b/t/re/regexp.t
index 2cbfc9fff5..1e85c93729 100644
--- a/t/re/regexp.t
+++ b/t/re/regexp.t
@@ -5,8 +5,9 @@
# There are five columns, separated by tabs.
# An optional sixth column is used to give a reason, only when skipping tests
#
-# Column 1 contains the pattern, optionally enclosed in C<''>.
-# Modifiers can be put after the closing C<'>.
+# Column 1 contains the pattern, optionally enclosed in C<''> C<::> or
+# C<//>. Modifiers can be put after the closing delimiter. C<''> will
+# automatically be added to any other patterns.
#
# Column 2 contains the string to be matched.
#