# New Ticket Created by  Patrick R. Michaud 
# Please include the string:  [perl #55308]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55308 >


I'm just about to commit a change to namespace.pmc that allows
the 'add_sub' method to store MultiSub PMCs as well as Sub PMCs.

However, the change I'm committing is a little naive in that
a subsequent call to add_sub will overwrite any existing
MultiSub.  Instead, adding a MultiSub to a namespace symbol
that already contains a MultiSub should probably merge them
together.

Pm

Reply via email to