summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-11-06 21:05:16 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-11-06 21:05:16 +0000
commit1b1f1335be81080356b687a63b64fde210a3b697 (patch)
tree0d024513c10579970d6c004aef21eb12d704452a /MANIFEST
parentcf3410a39641708bfaddb6f248b753f6c57ce701 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 1fca71990a..627c8f05ca 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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