Skip Menu |

This queue is for tickets about the CAM-PDF CPAN distribution.

Report information
The Basics
Id: 76151
Status: resolved
Priority: 0/
Queue: CAM-PDF

People
Owner: Nobody in particular
Requestors: john.imrie [...] wcn.co.uk
Cc:
AdminCc:

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



Subject: Fix for TODO: handle backspace char in CAM/PDF.pm
Date: Fri, 30 Mar 2012 09:08:46 +0100
To: bug-CAM-PDF [...] rt.cpan.org
From: John Imrie <john.imrie [...] wcn.co.uk>
CAM::PDF version version 1.57 In CAM/PDF.pm on line 1448, there is a TODO about the backspace character. The following regex is what you need to fix this s/ \\b /\x{8}/gxms John Imrie
This will appear in CAM-PDF 1.58. Thanks!