[perl #47794] [BUG] objects - :method doesn't work with :outer()

2008-06-26 Thread Patrick R. Michaud via RT
This appears to have been resolved by jonathan++ in r28716. Way to go Jonathan! Pm

Re: [perl #47794] [BUG] objects - :method doesn't work with :outer()

2007-11-26 Thread Patrick R. Michaud
On Mon, Nov 26, 2007 at 04:01:37PM +0200, Allison Randal wrote: > Patrick R.Michaud (via RT) wrote: > > > >This isn't a super-huge priority at the moment... for the > >time being we can simply have PCT not attach any :outer > >flags to methods. But eventually we'll probably want to > >have this wo

Re: [perl #47794] [BUG] objects - :method doesn't work with :outer()

2007-11-26 Thread Allison Randal
Patrick R.Michaud (via RT) wrote: This isn't a super-huge priority at the moment... for the time being we can simply have PCT not attach any :outer flags to methods. But eventually we'll probably want to have this working. Can you give me an HLL use case, so we get the implementation right? A

[perl #47794] [BUG] objects - :method doesn't work with :outer()

2007-11-25 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #47794] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47794 > The :method flag on subs doesn't seem to work when the :outer flag is present. H