On Friday, 16 November 2012 at 00:55:36 UTC, Stugol wrote:
The point is, it says that kind of crap all the time. Even when it doesn't, if I take the MODULE statement out, it comes back. The module keyword is supposed to be optional.

Oh, I see what's going on now.

The module thing is only optional in simple cases, where the name has no dots and matches the filename.

If you are using packages, the module line is required to get that full name registered in the file.

Reply via email to