On 2020-01-04 14:40, Trey Harris wrote:
All the tooling (that cares at all about repos, anyway) generally expect
one repo per exportable product (e.g., a module).
This shouldn’t be an issue unless you typically use modules directly
from their repos without installing them—which is a bad practice you
should avoid, particularly if you’re a module author.
This is the confusion I was trying to get around:
In my WinMount.pm6 module, I import three of my other modules:
use NativeConstants;
use WinMessageBox :WinMsg;
use WinReg :WinReadRegKey;