Thanks for replying!I was basically trying all sorts of things to try and force it to "find the unfindable" which I can't figure out.

I changed it to your suggestion below and retried.
Still have the same error. :S

I tried to copy one of the other modules in the dub library, but I can't see where mine is different and hence why it doesn't work.
Hence raising a ticket.

Any other suggestions?

Is there a step-by-step guide to create a "hello world dub library"?
If I could get it to work, I'll gladly write one. :)

On Wed, 7 Oct 2015 19:30:51 +0200, Marc Schütz wrote:

I think you need to change the first line of source/datadogd to:

module datadogd;

and import it using:

import datadogd;

The source directory is the root of the import path, so it shouldn't
appear in the module name.