Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Storable CPAN distribution.

Report information
The Basics
Id: 19599
Status: new
Priority: 0/
Queue: Storable

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

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



Subject: Storable doesn't compile in Debug mode (#define DEBUGME)
If you set the debug switch in line 24 of Storable.xs to 1, it no longer compiles (hundreds of lines with error messages). Fix: --- Storable.xs.gfl 2006-05-30 14:21:25.000000000 +0200 +++ Storable.xs 2006-05-30 18:34:41.000000000 +0200 @@ -3099,7 +3099,7 @@ #else tag = *svh; #endif - ary[i] = tag + ary[i] = tag; TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVuf, i-1, PTR2UV(xsv), PTR2UV(tag))); }