diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-21 01:45:51 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-21 01:45:51 +0000 |
commit | afebc493229293927e6b724b2070ac810a813a28 (patch) | |
tree | 8620ca918ff123d33ce69aa0bba75bc95433d088 /MANIFEST | |
parent | b1a9ed4a50dbd0c26cd6f3422bdf7a12d75292f7 (diff) | |
download | perl-afebc493229293927e6b724b2070ac810a813a28.tar.gz |
support for C<exists &func> (from Spider Boardman)
p4raw-id: //depot/perl@4827
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1311,6 +1311,7 @@ t/op/do.t See if subroutines work 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/exists_sub.t See if exists(&sub) works 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 |