On Thu, May 24, 2012 at 11:31 AM, Alex Hunsaker <badalex@gmail.com> wrote:
> On Thu, May 24, 2012 at 11:19 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
>>
>> And we could use SvREFCNT_inc_simple_void(sv), since sv doesn't have any
>> side effects, but that's optional.
> Hrm I can't seem to find either of those functions in my copy of perl
> 5.8.1 or 5.16.0. I also looked for "_inc_" in the event I got casing
> wrong :-(.
Doh, it is indeed there in 5.16.0, looks like it got added in 5.10
:-(. (I was on the wrong branch...).