Add an idea/question from Damian.
Jarkko Hietaniemi [Fri, 26 Apr 2002 03:21:50 +0000 (03:21 +0000)]
p4raw-id: //depot/perl@16179

pod/perltodo.pod

index e715a61..60be5b9 100644 (file)
@@ -542,6 +542,12 @@ even with the same keys.
 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.