Subject: | Undeclared dependencies |
At least Graph::Undirected needs to be declared as a prerequisite (but there are possibly more, so probably best to check with a fresh perl installation):
...
Output from './Build test':
Can't locate Graph/Undirected.pm in @INC (you may need to install the Graph::Undirected module) (@INC contains: ... .) at lib/Chemistry/OpenSMILES/Parser.yp line 7.
BEGIN failed--compilation aborted at lib/Chemistry/OpenSMILES/Parser.yp line 7.
Compilation failed in require at t/01_atoms.t line 5.
BEGIN failed--compilation aborted at t/01_atoms.t line 5.
t/01_atoms.t ...
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
... (etc) ...