Skip Menu |

This queue is for tickets about the Religion-Bible-Regex-Builder CPAN distribution.

Report information
The Basics
Id: 109205
Status: new
Priority: 0/
Queue: Religion-Bible-Regex-Builder

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.99
Fixed in: (no value)



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)