Message-Id: <H
00000e50007289b@MHS>
Subject: [PATCH 5.004_67] SvREADONLY for av_clear
p4raw-id: //depot/perl@1149
return;
/*SUPPRESS 560*/
+ if (SvREADONLY(av))
+ croak(no_modify);
+
/* Give any tie a chance to cleanup first */
if (SvRMAGICAL(av))
mg_clear((SV*)av);