Subject: | Test suite started to fail |
On my smoker systems I see the following new test failure:
...
# Failed test 'MarpaX/Languages/M4.pm loaded ok'
# at t/00-compile.t line 74.
# got: '65280'
# expected: '0'
Unexpected token in primary type expression; got '*]]' at /home/cpansand/.cpan/build/2020022311/Type-Tiny-1.010000-1/blib/lib/Type/Parser.pm line 280.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4/Impl/Macro.pm line 118.
Compilation failed in require at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4/Impl/Default.pm line 62.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4/Impl/Default.pm line 62.
Compilation failed in require at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4.pm line 2.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4.pm line 2.
Compilation failed in require at -e line 1.
...
Maybe it's related to newer Type::Tiny version, maybe only in conjunction with Type::Tiny::XS (but I have no statistical analysis to prove this assumption).