On Tue Jul 29 11:27:34 2008, [EMAIL PROTECTED] wrote:
> Hi there, declaring classes in other namespaces except the toplevel
> one results in "emtpy" classes (revision 29850).
>
>
> This code:
>
> class Foo::Bar { method foo {} }
> my $b = Foo::Bar.new;
> $b.foo;
>
>
> Gives this stacktrace
>
> Method 'foo' not found for invocant of class 'Foo::Bar'
>
Thanks for reporting; this is resolved in r30105.Jonathan
