Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Inline CPAN distribution.

Report information
The Basics
Id: 97110
Status: resolved
Priority: 0/
Queue: Inline

People
Owner: Nobody in particular
Requestors: pagenyon [...] gmail.com
Cc:
AdminCc:

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



Subject: breaks Imager::Inline
see https://rt.cpan.org/Public/Bug/Display.html?id=97108 reinstalling Inline version 0.55 fixes the issue. since nothing in the Changes file for Inline or Inline::C indicates anything like this should be expected, i assume it's a newly introduced bug on this end.
Subject: Re: [rt.cpan.org #97110] breaks Imager::Inline
Date: Fri, 11 Jul 2014 00:48:47 +1000
To: <bug-Inline [...] rt.cpan.org>, <inline [...] perl.org>
From: <sisyphus1 [...] optusnet.com.au>
Show quoted text
-----Original Message----- From: pagenyon via RT
> see https://rt.cpan.org/Public/Bug/Display.html?id=97108 > > reinstalling Inline version 0.55 fixes the issue. since nothing > in the Changes file for Inline or Inline::C indicates anything like this > should be expected, i assume it's a newly introduced bug on this end.
Well ... there have been (documented) changes made to Inline since 0.55 regarding “with”. I’m therefore thinking it’s likely that Inline-0.56 is responsible for any change of behaviour (regarding “with”) between 0.55 and 0.56. In Inline.pm there has been a change made (between 0.55 and 0.56) to “sub with_configs”. Could that be it ? Cheers, Rob
RT-Send-CC: inline [...] perl.org
A quick fix for this is to make your "Inline" function use $_[-1] for its language: that will work both with the old model and the new model.
RT-Send-CC: inline [...] perl.org
In the absence of any further information, I am closing this. If the fix given above doesn't help, please raise an issue on https://github.com/ingydotnet/inline-pm/issues