diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-11-06 21:05:16 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-11-06 21:05:16 +0000 |
commit | 1b1f1335be81080356b687a63b64fde210a3b697 (patch) | |
tree | 0d024513c10579970d6c004aef21eb12d704452a /MANIFEST | |
parent | cf3410a39641708bfaddb6f248b753f6c57ce701 (diff) | |
download | perl-1b1f1335be81080356b687a63b64fde210a3b697.tar.gz |
Keep It Simple and Stupid version of readonly hash support.
- Test for SvREAONLY(hv) at a few spots in hv.c
- add the error message to perldiag.pod
- (dubious) add access::readonly() to univeral.c
- add test using above
- fixup ext/B/t/stash.t to account for access:: existing
p4raw-id: //depot/perlio@12874
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2021,6 +2021,7 @@ t/io/read.t See if read works t/io/tell.t See if file seeking works t/io/utf8.t See if file seeking works t/lib/1_compile.t See if the various libraries and extensions compile +t/lib/access.t See if access::readonly and readonly hashes work t/lib/commonsense.t See if configuration meets basic needs t/lib/compmod.pl Helper for 1_compile.t t/lib/dprof/test1_t Perl code profiler tests |