# The following was supposedly scribed by # Marvin Humphrey # on Wednesday 06 July 2005 05:21 pm:
>It's >possible that I've overlooked something, but is there another >explanation for the error? Sure. Here's what I get for running one of the cookbook scripts with taint enabled. $perl -T inline-object_cook.pl Insecure dependency in require while running with -T switch at blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/find_temp_dir.al) line 1247. BEGIN failed--compilation aborted at inline-object_cook.pl line 55. Congratulations. You're the first to try it. Heh. Should we all be putting a t/01-taint.t in our distributions? Looks like you're probably going to be fighting something in the way Inline.pm is laid-out or built. There is a .../5.8.3/auto/Inline/find_temp_dir.al on my system. This seems to be your bare minimum demo: perl -T -e 'use Inline; Inline::find_temp_dir();' --Eric -- Speak softly and carry a big carrot. --Eric Wilhelm --------------------------------------------- http://scratchcomputing.com ---------------------------------------------