On 12/30/2015 10:43 AM, Elizabeth Mattijsen wrote:
On 30 Dec 2015, at 09:48, mt1957 <mt1...@gmail.com> wrote:
I get the following error;
perl6 t/070-run-command.t
===SORRY!===
P6M Merging GLOBAL symbols failed: duplicate definition of symbol C-MD5-SIZE
Searching for the symbol gave me exactly one location where it was defined. So
the error should be more explicit in where it was first found and where the
second throws the error.
Which t/070-run-command.t are you talking about? This does not seem to be part
of the rakudo compiler distribution?
Sorry, no, this is a test program from my own project mongodb driver.
In the mean time I found that ordering of use statements make a
difference which I think is perhaps a problem. Also use statements can
be removed from the code if they are also been used in the imported modules.