Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-PPPort CPAN distribution.

Report information
The Basics
Id: 27906
Status: resolved
Priority: 0/
Queue: Devel-PPPort

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

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



Subject: [PATCH] add UTF8_MAXBYTES
An issue that has shown up in JSON::XS is that older versions of Perl (at least pre-5.8.6) do not have the constant UTF8_MAXBYTES. The patch below adds it. Thanks, Steve --- ext/Devel/PPPort/parts/inc/misc.old 2007-07-02 14:20:05.000000000 -0500 +++ ext/Devel/PPPort/parts/inc/misc 2007-07-02 14:18:34.000000000 -0500 @@ -37,6 +37,7 @@ EXTERN_C STMT_START STMT_END +UTF8_MAXBYTES XSRETURN =implementation @@ -213,6 +214,8 @@ __UNDEFINED__ SVf "_" +__UNDEFINED__ UTF8_MAXBYTES UTF8_MAXLEN + =xsmisc
Thanks, I've applied the patch and it will be part of the next release. (Sorry for the delay, but I've been switching ISPs, which caused a multi-week offline period...) Marcus