Switching Moose or any core perl modules to use parent instead of base is probably reasonable, but this isn't really the ticket for it. Is there any chance of getting this ticket re-opened? I'd still like to get the initial patch re-applied. While I agree that base.pm's heuristic will never be perfect, that doesn't mean it can't be improved. Any case that would be effected by this change is in my mind very clearly already relying on broken behavior. Of the three CPAN modules effected, this change caught real bugs in two. The third, Moose, was accidentally relying on some very questionable compile vs runtime ordering in its tests. These have since been fixed, because Moose's authors agreed that this patch was an appropriate change.Thread Previous