Subject: | Most regexp-related tests fail |
With newer perls I see the following:
# Failed test 'one abbreviation defined'
# at t/abbreviations.t line 20.
# got: 'qr/Ge/
# '
# expected: 'qr/(?-xism:Ge)/
# '
# Failed test 'two abbreviations defined'
# at t/abbreviations.t line 20.
# got: 'qr/Ge|Ex/
# '
# expected: 'qr/(?-xism:Ge|Ex)/
# '
# Looks like you failed 2 tests of 2.
t/abbreviations.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
(and more fails)