You shouldn't be able to reopen/clobber an existing class/module unless
you specify
class Object is augmented {...}
class Object is replaced {...}
or some such (the trait names are still negotiable). In general,
private classes should start with "my" or "our", though I don't know
if Pugs
Hey,
Found out this morning that wizard.p6 suddenly stopped wondering and I was
stumped as to why. The autrijus came along and pointed out that i was
defineing an Object class of my own. This was obliterating the built in
class causing all other classes to fail to work at all. It would seem fro