On Friday, 13 September 2013 at 19:54:30 UTC, Orfeo wrote:
> // in gadget.d
> : import std.stdio;
> : import acme.goodies.io.string;
> : public void wun() { }
Add the module declaration "module acme.gadget;" at the top of
this file and it should work.