I made the mistake of not turning on taint checking a lot sooner in a project I'm working on. Now it's biting me where I least expect it, and I'd like to know how to fix this.
The application grabs web pages using libwww modules and displays them using Tk800 modules. I have a main script that pulls my packages together which now starts with
The application stops compiling almost immediately and kicks out a warning of "tainted at /usr/local/.../MainWindow.pm line 55. MainWindow->new() at lib/app/mod.pm line 50".
All my module says on line 50 is
. So is there a way to call the Tk module without getting on taint's bad side?