Skip Menu |

This queue is for tickets about the Alien-MuPDF CPAN distribution.

Report information
The Basics
Id: 118882
Status: resolved
Priority: 0/
Queue: Alien-MuPDF

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

Bug Information
Severity: (no value)
Broken in: 0.006
Fixed in: 0.007



Subject: t/inline.t fails since mupdf-1.10
I see the following failure: # Failed test at t/inline.t line 27. # '1.10' # doesn't match '(?^:^\d\.\d[a-z]?$)' # Looks like you failed 1 test of 2. t/inline.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests Probably the regexp should be rewritten to something like /^\d\.\d+[a-z]?$/ (with an additional plus)?
Hi Slaven, Fixed in 0.007: <https://github.com/project-renard/p5-Alien-MuPDF/pull/23>. Thank you for catching this bug! Cheers, - Zaki Mughal