[perl #65738] Exported subs from imported modules affect imported modules downstream in Rakudo

2010-04-25 Thread jn...@jnthn.net via RT
On Sun May 17 11:57:26 2009, masak wrote: $ cat A.pm sub print(*...@args) is export(:DEFAULT) { say I'm in ur module, overriding ur functions!; } $ cat B.pm print OH HAI $ perl6 -e 'use A; use B' I'm in ur module, overriding ur functions! Finally, getting some support from S11: It

[perl #65738] Exported subs from imported modules affect imported modules downstream in Rakudo

2009-05-18 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #65738] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65738 masak I've asked this before, but gotten contradictory answers: if I'm in a script