Re: Semicolon form of 'class' without 'unit' seen at ...

2015-08-01 Thread Lloyd Fournier
Hey Gabor, I think unit is short for compunit and just means everything below is in that package (can be module,class,role...). Briefly explained in http://design.perl6.org/S11.html. I think here is best place to add atm: http://docs.perl6.org/language/modules. LL On Thu, Jul 30, 2015 at 10:18

Semicolon form of 'class' without 'unit' seen at ...

2015-07-30 Thread Gabor Szabo
I got a lot of the above warning on my code-base, which then goes on and suggests: Please use 'unit class' instead Using unit class indeed silences Rakudo, but I could not find any information on 'unit' at http://doc.perl6.org/ and the http://doc.perl6.org/language/classtut shows class definition