Subject: | Use of literal control characters |
Use of literal control characters in variable names is deprecated in somewhat newer perls (5.22.x) and is forbidden and therefore a syntax error in bleadperl (5.23.x). This is causing the t/00day.t test to fail:
syntax error at t/00_day.t line 49, near "Which is why $ is probably not fast enough for this."
Execution of t/00_day.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/00_day.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run