Ticket #1156 (new RFC)

Opened 12 years ago

add_sub should append to a MultSub

Reported by: whiteknight Owned by:
Priority: normal Milestone:
Component: none Version: 1.6.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

add_sub can add a Sub and a MultiSub to a NameSpace. However, if we add_sub again with the same name, it does not append the sub to the existing MultiSub (and does not combine with an existing Sub to form a new MultiSub).

We need to determine what, if anything, needs to be done here.

This comes from RT #55308

Note: See TracTickets for help on using tickets.