Skip Menu |

This queue is for tickets about the Data-PostfixDeref CPAN distribution.

Report information
The Basics
Id: 40901
Status: resolved
Priority: 0/
Queue: Data-PostfixDeref

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

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



Subject: Build fails under perl 5.8.9 RC1 (update_debugger_info)
The corresponding fail report may be seen here: http://www.nntp.perl.org/group/perl.cpan.testers/2008/11/msg2604767.html I think there's a mismatch between thieved.c and thieved.h. In the header file the update_debugger_info stuff has the condition #if PERL_VERSION > 8 while in the .c file it is #if PERL_VERSION > 8 || PERL_SUBVERSION > 8 Regards, Slaven
Subject: Re: [rt.cpan.org #40901] Build fails under perl 5.8.9 RC1 (update_debugger_info)
Date: Thu, 13 Nov 2008 23:43:53 +0000
To: Slaven_Rezic via RT <bug-Data-PostfixDeref [...] rt.cpan.org>
From: Ben Morrow <ben [...] morrow.me.uk>
At 3PM on 13/11/08 you (Slaven_Rezic via RT) wrote: Show quoted text
> > I think there's a mismatch between thieved.c and thieved.h. In the > header file the update_debugger_info stuff has the condition > > #if PERL_VERSION > 8 > > while in the .c file it is > > #if PERL_VERSION > 8 || PERL_SUBVERSION > 8
Thank you for the report, and for the analysis. I've just uploaded a fixed version as 0.02. It seems a bit of a waste to make a release for something this trivial, but I suppose that's what I get for poking around in the perl guts :). Ben
Fixed in 0.02.