Re: [perl #83356] [BUG] exporting infix:+ fails from simple class

2011-02-05 Thread Solomon Foster
On Fri, Feb 4, 2011 at 7:29 AM, Moritz Lenz via RT perl6-bugs-follo...@perl.org wrote: Am 04.02.2011 05:04, schrieb Solomon Foster (via RT): # New Ticket Created by  Solomon Foster # Please include the string:  [perl #83356] # in the subject line of all future correspondence about this issue.

Re: [perl #83356] [BUG] exporting infix:+ fails from simple class

2011-02-05 Thread Moritz Lenz
On 02/04/2011 08:51 PM, Solomon Foster wrote: On Fri, Feb 4, 2011 at 7:29 AM, Moritz Lenz via RT perl6-bugs-follo...@perl.org wrote: Am 04.02.2011 05:04, schrieb Solomon Foster (via RT): # New Ticket Created by Solomon Foster # Please include the string: [perl #83356] # in the subject line

[perl #83356] [BUG] exporting infix:+ fails from simple class

2011-02-04 Thread via RT
# New Ticket Created by Solomon Foster # Please include the string: [perl #83356] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=83356 If I have this: class A { multi sub infix:+(A $a, A $b) is export {

Re: [perl #83356] [BUG] exporting infix:+ fails from simple class

2011-02-04 Thread Moritz Lenz
Am 04.02.2011 05:04, schrieb Solomon Foster (via RT): # New Ticket Created by Solomon Foster # Please include the string: [perl #83356] # in the subject line of all future correspondence about this issue. #URL: http://rt.perl.org/rt3/Ticket/Display.html?id=83356 If I have this: class A