Keep It Simple and Stupid version of readonly hash support.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 6 Nov 2001 21:05:16 +0000 (21:05 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 6 Nov 2001 21:05:16 +0000 (21:05 +0000)
commit1b1f1335be81080356b687a63b64fde210a3b697
tree0d024513c10579970d6c004aef21eb12d704452a
parentcf3410a39641708bfaddb6f248b753f6c57ce701
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
MANIFEST
ext/B/t/stash.t
hv.c
pod/perldiag.pod
t/lib/access.t [new file with mode: 0644]
universal.c