Re: [perl #22617] IMCC duplicate labels in different subs cause wrong branch

2003-06-08 Thread Leopold Toetsch
Clinton A. Pierce <[EMAIL PROTECTED]> wrote: > Causes "In main's FOO" to be printed twice. While an understandable > behavior, probably not the correct one. ... and not the documented one. I did not strictly implement the documented behavior of global/local labels until now, because some users of

[perl #22617] IMCC duplicate labels in different subs cause wrong branch

2003-06-08 Thread Clinton A. Pierce
# New Ticket Created by "Clinton A. Pierce" # Please include the string: [perl #22617] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22617 > The following code: .sub _realmain bsr FOO call _function