On Thu, 20 Jan 2011 16:30:40 +0200, Adam Ruppe <destructiona...@gmail.com> wrote:

IMO the best way to do that would be to get everyone in the habit
of including the version in their modules.

module random.garbage.0.6;

import random.garbage.0.6;

Even better, we could enforce this to only module writers.

module random.garbage.0.6;
import random.garbage;

When you compile, you have to provide a path anyhow, less hostile to user and you don't have to change the code.

Reply via email to