This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
magic_setisa enhanced to update %FIELDS automatically when @ISA
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Tue, 18 Nov 1997 16:41:27 +0000 (16:41 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Tue, 18 Nov 1997 16:41:27 +0000 (16:41 +0000)
commita0231f0e83307f241a212cdcb7ecea46e3dbf08c
tree2b7a0ec62f30e08417b5651f253d7c42e4b399e2
parent3e72f5af0c78f5895c39dc48ea0378e4cba19b2c
magic_setisa enhanced to update %FIELDS automatically when @ISA
is assigned to. Added tests to t/op/array.t. magic_setisa now
warns about including non-existent packages in @ISA when -w is on.

p4raw-id: //depot/perl@264
lib/Class/Fields.pm [deleted file]
lib/ISA.pm [deleted file]
mg.c
t/op/array.t