Stas,
I have to admit to being almost completely taint ignorant. You are the
first one to report this, but it's no surprise. Due to my current busy
schedule, I will not be able to fix this myself until mid-March. But I
would be happy to apply a patch if anyone wants to take this up.
Otherwise I'll put it (fairly high priority) on my list of things to do.
Cheers, Brian
Stas Bekman wrote:
> Apparently Inline.pm is not taint clean, I've discovered it while using
--
perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
("Just Another %s Hacker",x);}};print JAxH+Perl'