On Tue Mar 30 06:46:26 2010, masak wrote:
> This be Rakudo 534afd8 on Parrot r45304.
> 
> $ mkdir X
> 
> $ echo 'class X::Y {}' > X/Y.pm
> 
> $ perl6 -e 'use X::Y; class X {}'
> Illegal redeclaration of symbol 'X'
> [...]
> 
> Which is obviously bogus; I'm not redeclaring X, not to mention
> redeclaring it illegally.

This now silently succeeds, and needs tests.

-- 
Will "Coke" Coleda

Reply via email to