Change 16179 by jhi@alpha on 2002/04/26 03:21:50
Add an idea/question from Damian.
Affected files ...
.... //depot/perl/pod/perltodo.pod#62 edit
Differences ...
==== //depot/perl/pod/perltodo.pod#62 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod.~1~ Thu Apr 25 21:30:05 2002
+++ perl/pod/perltodo.pod Thu Apr 25 21:30:05 2002
@@ -542,6 +542,12 @@
This should be allowed if the new keyset is a subset of the old
keyset. May require more extra code than we'd like in pp_aassign.
+=head2 Should overload be inheritable?
+
+Should overload be 'contagious' through @ISA so that derived classes
+would inherit their base classes' overload definitions? What to do
+in case of overload conflicts?
+
=head1 Vague ideas
Ideas which have been discussed, and which may or may not happen.
End of Patch.