On Sun Oct 26 00:47:00 2014, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote: > git bisect > ---------- > commit ef7999f1f1914f1a33743bbfa196e39f7f041445 > Author: Father Chrysostomos <sprout@cpan.org> > Date: Sun Oct 12 00:20:26 2014 -0700 > > Optimise my(@array)=split > > sample report > ------------- > http://www.cpantesters.org/cpan/report/c1f00f88-59b7-11e4-a867- > 5590bb36d621 > Confirmed. ef7999f causes a compilation failure in a situation where 5.20.1 does not. I have translated the code in the CPAN distribution which suffered the failure into a patch to t/op/chop.t. blead will experience a syntax error and compilation failure when you try to run that test file. ##### $ cd t;./perl harness -v op/chop.t;cd - Can't modify split in chomp at op/chop.t line 271, near "))" Execution of op/chop.t aborted due to compilation errors. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Test Summary Report ------------------- op/chop.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Result: FAIL /home/jkeenan/gitwork/perl ##### Thank you very much. Jim Keenan -- James E Keenan (jkeenan@cpan.org) --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=123057Thread Previous | Thread Next