diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-03 21:46:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-03 21:46:02 +0000 |
commit | 952306aca140c014b38ba5eb2ed71dffaa548f0f (patch) | |
tree | 54c6ffddc042f5b62b93fed63bf59ac25dcd59d9 /MANIFEST | |
parent | d8c3cb99cb05a7cc157c615db679022cae30abb4 (diff) | |
download | perl-952306aca140c014b38ba5eb2ed71dffaa548f0f.tar.gz |
Introduce a new keyword, state, for state variables.
p4raw-id: //depot/perl@28086
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3440,6 +3440,7 @@ t/op/srand.t See if srand works 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/state.t See if state variables work 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 |