Subject: | Fails if SQL::Translator is not installed |
On some of my smoker systems I see the following failure:
...
t/00-load.t ... ok
Bailout called. Further testing stopped: Can't load schema, sorry: No such file or directory
FAILED--Further testing stopped: Can't load schema, sorry: No such file or directory
*** Error code 255
...
This probably happens if SQL::Translator is not installed. Probably the test should be skipped in this case, or SQL::Translator should be added as a prerequisite.