On Tuesday, 3 December 2013 at 13:18:13 UTC, Bruno Medeiros wrote:
That only works if packageName is a package in the DUB registry. It won't work for a locally created package.
You can make dub aware of such a package with: $ dub all-local . ~masterIn which case, this particular package doesn't need to be dub-installed.
