Skip Menu |

This queue is for tickets about the Regexp-English CPAN distribution.

Report information
The Basics
Id: 66802
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Regexp-English

People
Owner: chromatic [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Regexp failure with perl pre-5.14.0
With perl at commit e4487e9b537f1be1e95aba1c87790c2a411788a7 the test suite fails with: # Failed test 'compile() should return compiled regexp' # at t/basic.t line 163. # got: '(?^:baz)' # expected: '(?-xism:baz)' # Looks like you failed 1 test of 38. t/basic.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/38 subtests Regards, Slaven
Fixed in 1.01. Thanks for reporting.