l.s.
Installing the BSON module gives the following fault when it runs the
tests. It fails in t/700-encodable.t as shown below
$ panda install BSON
...
t/100-double.t ..... ok
t/101-binary.t ..... ok
t/102-int.t ........ ok
t/500-native.t ..... ok
t/600-extended.t ... ok
===SORRY!===
Merging GLOBAL symbols failed: duplicate definition of symbol Encodable
t/700-encodable.t ..
No subtests run
t/701-decoder.t .... ok
t/703-encodable.t .. ok
...
Locally testing with prove does not reveil such a problem. In the test
file there is made use of to modules BSON::Encodable and BSON::Double.
The problem for panda is presumably that BSON::Double also uses
BSON::Encodable.
For the moment I've shortened the test and inserted a comment '#' before
the use of that
module.
Greets,
Marcel Timmerman