The fix for Issue 21508 - _private class p in file p.d visible
outside the file (module)_ removed a behavior that was (wrongly)
used from time to time:
```
module Foo;
class Foo {...}
```
The class `Foo` can no longer be imported with `import Foo;` This
is a surprising breaking change. Perhaps it should be documented
more explicitly.