Subject: | bleadperl@33874 breaks R:A |
My smoker complained about:
t/00_basic..........Bareword "_re_sort" not allowed while "strict subs"
in use at
/home/sand/.cpan/build/Regexp-Assemble-0.33-nLRWXw/blib/lib/Regexp/Assemble.pm
line 2669.
Bareword "_re_sort" not allowed while "strict subs" in use at
/home/sand/.cpan/build/Regexp-Assemble-0.33-nLRWXw/blib/lib/Regexp/Assemble.pm
line 2673.
Compilation failed in require at t/00_basic.t line 20.
BEGIN failed--compilation aborted at t/00_basic.t line 20.
Dubious, test returned 9 (wstat 2304, 0x900)
No subtests run
Time to run a binary search and find it was patch 33874. Of course,
Assemble.pm contains 'use strict' but then uses _re_sort long before
defining it.
Simply inserting a predeclare fixes this bug.
Greets,