summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-02-22 21:04:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-02-22 21:04:33 +0000
commit9b0c742609bed1c16fc6a7265de56a999a5cc889 (patch)
treea3010de59fdf8ca95077f1f05cd34c84c82e9aff /MANIFEST
parent0b78c20afd064db39b35d637bceaf4533bc88c26 (diff)
downloadperl-9b0c742609bed1c16fc6a7265de56a999a5cc889.tar.gz
Add a test for study() on tied scalars, by Andy Lester after
Rick Delaney p4raw-id: //depot/perl@27271
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index bdb85d54fd..0eeaae08d7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3338,6 +3338,7 @@ t/op/sselect.t See if 4 argument select works
t/op/stash.t See if %:: stashes work
t/op/stat.t See if stat works
t/op/study.t See if study works
+t/op/studytied.t See if study works with tied scalars
t/op/sub_lval.t See if lvalue subroutines work
t/op/subst_amp.t See if $&-related substitution works
t/op/substr.t See if substr works