Skip Menu |

This queue is for tickets about the indirect CPAN distribution.

Report information
The Basics
Id: 82562
Status: resolved
Priority: 0/
Queue: indirect

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: indirect/Devel::CallParser interaction
Date: Tue, 8 Jan 2013 15:04:28 +0000
To: bug-indirect [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Devel::CallParser treads on indirect's toes, by building ops with PL_parser null. That's a signal to suppress old-style parse-time magic, originally to stop Devel::Declare firing multiple times, and there's specific code in Devel::Declare and Data::Alias to handle it. indirect needs similar code. Patch attached. -zefram

Message body is not shown because sender requested not to inline it.

Thanks for your patch. It has been added to indirect 0.27, released yesterday. Vincent