Subject: | Bleadperl breaks ASG/List-Gen-0.96.tar.gz |
As per subject.
ASG/List-Gen-0.80.tar.gz still works with current bleadperls but 0.93
stopped working with the change v5.13.1-102-g77bac22.
The diagnostics changed between v5.13.1-102-g77bac22 and later
bleadperls, so this commit may be irrelevant to get List::Gen to work
with today's bleadperl.
The diagnostics at v5.13.1-102-g77bac22 was simply:
t/listgen.t ...............
Failed 562/1123 subtests
With v5.13.2 it was still that one but with 5.13.3 the listgen.t test
started working and listgen_builtins.t started failing with
no style: \[$@%*] at lib/List/Gen/Lazy/Builtins.pm line 75.
Compilation failed in require at t/listgen_builtins.t line 8.
BEGIN failed--compilation aborted at t/listgen_builtins.t line 8.
# Looks like your test exited with 255 before it could output anything.
t/listgen_builtins.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
This test failure is still in today's bleadperl but other additional
fails popped up later.
Hope this helps a little, let me know if you need further data.