https://issues.dlang.org/show_bug.cgi?id=12014
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|package.d behaves |package.d behaves |suspiciously (and there are |suspiciously |no docs) | Severity|major |normal --- Comment #2 from Nick Treleaven <[email protected]> --- (In reply to Leandro Motta Barros from comment #0) > there is no proper documentation (only DIP37 and the changelog), It is now documented: https://dlang.org/spec/module.html#package-module > // package.d > module mylib; > public import mylib.util; Is package.d under `mylib/`? --
