diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 05:39:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 05:39:29 +0000 |
commit | 35cd451c5a1303394968903750cc3b3a1a6bc892 (patch) | |
tree | 0dff9ce049b3cd7facf6fbfd54dcddddc8ac0990 /MANIFEST | |
parent | cf34019797138569fd71cfc48bb60249b9df0ec3 (diff) | |
download | perl-35cd451c5a1303394968903750cc3b3a1a6bc892.tar.gz |
fix ops that are not filehandle constructors to not create GV if it
doesn't already exist (avoids leaks); extend semantics of defined()
so that defined(*{$foo}) works (experimental)
p4raw-id: //depot/perl@2879
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1140,6 +1140,7 @@ t/op/each.t See if hash iterators work t/op/eval.t See if eval operator works t/op/exec.t See if exec and system work t/op/exp.t See if math functions work +t/op/fh.t See if filehandles work t/op/filetest.t See if file tests work t/op/flip.t See if range operator works t/op/fork.t See if fork works |