diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-02-22 21:04:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-02-22 21:04:33 +0000 |
commit | 9b0c742609bed1c16fc6a7265de56a999a5cc889 (patch) | |
tree | a3010de59fdf8ca95077f1f05cd34c84c82e9aff /MANIFEST | |
parent | 0b78c20afd064db39b35d637bceaf4533bc88c26 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |