Subject: | Lost perl 5.8.x compat |
A test fails for perl 5.8.x --- it looks like the "//" operator is used here, but this one is introduced in 5.10.0:
...
Bareword found where operator expected at t/05.legacy-pathmk_unc.t line 42, near "translate_to_unc('C:/foo"
(Might be a runaway multi-line // string starting on line 29)
syntax error at t/05.legacy-pathmk_unc.t line 42, near "translate_to_unc('C:/foo"
Bad name after txt' at t/05.legacy-pathmk_unc.t line 42.
t/05.legacy-pathmk_unc.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...