Subject: | Increase minimum perl version? |
It seems that the test suite fails with 5.14.x, so the minimum perl version should either be increased (or the test or code adapted for 5.14.x). Part of the test log:
...
String found where operator expected at t/23-test-kit.t line 17, near "os 't23::t1'"
(Do you need to predeclare os?)
Scalar found where operator expected at t/23-test-kit.t line 17, near "'t23::t1' $hrOpts"
(Missing operator before $hrOpts?)
"my" variable $t1 masks earlier declaration in same scope at t/23-test-kit.t line 18.
String found where operator expected at t/23-test-kit.t line 20, near "os 't23::t2'"
(Do you need to predeclare os?)
Scalar found where operator expected at t/23-test-kit.t line 20, near "'t23::t2' $hrOpts"
(Missing operator before $hrOpts?)
syntax error at t/23-test-kit.t line 17, near "os 't23::t1'"
syntax error at t/23-test-kit.t line 20, near "os 't23::t2'"
Global symbol "%hrOpts" requires explicit package name at t/23-test-kit.t line 20.
syntax error at t/23-test-kit.t line 20, near ";}"
BEGIN not safe after errors--compilation aborted at t/23-test-kit.t line 26.
t/23-test-kit.t ..........................
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...