L Walsh wrote:
I tried checking for the OS and BAILING out before running the test, but BAIL OUT just causes a fail.Isn't BAILOUT the supported way to abort due to a due to missing pre-reqs or is there another function I should be using?
You should "plan skip_all => 'OS not supported';" -- S.T.