This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make @ISA a readonly array on class stashes so user code can't fiddle with it and...
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>
Mon, 14 Nov 2022 16:44:32 +0000 (16:44 +0000)
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>
Fri, 10 Feb 2023 14:37:25 +0000 (14:37 +0000)
commite51627afd15d704290c8201fdfc02bd7951564f3
tree0f8e9cf574ca6660a774c76f7e54cfaf06e3cab2
parent9bf25cf083493be6ba4df71fd884626369153fce
Make @ISA a readonly array on class stashes so user code can't fiddle with it and break stuff
class.c
gv.c
t/class/inherit.t
t/lib/croak/class