Re: [perl #16256] Bug in P6C::IMCC

2002-08-16 Thread Sean O'Rourke
You are correct. /s On Fri, 16 Aug 2002, Benjamin Goldberg wrote: > In the file perl6/P6C/IMCC.pm, in the import sub, the else block: > > } else { > foreach (@_) { > *{$caller . '::' . $_} = \&$_; > } > } > > I think that it should be: > > } else { >

[perl #16256] Bug in P6C::IMCC

2002-08-16 Thread via RT
# New Ticket Created by Benjamin Goldberg # Please include the string: [perl #16256] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=16256 > In the file perl6/P6C/IMCC.pm, in the import sub, the else block: } else {