Skip Menu |

This queue is for tickets about the Test-Pockito CPAN distribution.

Report information
The Basics
Id: 117458
Status: new
Priority: 0/
Queue: Test-Pockito

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

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



Subject: Unescaped left brace in regex is illegal here in regex
With perl 5.25.x the following fail happens: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/when called after an executable mock result occured. set ->{ <-- HERE 'go'} = 1 after all mocks are setup.*/ at t/002_basic_mock.t line 358. # Looks like your test exited with 255 before it could output anything. t/002_basic_mock.t .......... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 44/44 subtests