Subject: | Experimental shift on scalar is now forbidden |
Starting with perl 5.23.x, shift on scalar values is not allowed anymore and is causing compilation errors. While running the test suite:
Experimental shift on scalar is now forbidden at t/basic.t line 75, near "->to_mime_parts)"
Execution of t/basic.t aborted due to compilation errors.
t/basic.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
(This is a followup to https://rt.cpan.org/Ticket/Display.html?id=101680 )