Re: [Module-build-general] B::Module::Info and taint mode
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-05-26 02:38:03
|
On Saturday, May 24, 2003, at 07:28 AM, Scott Bolte wrote: > The Module::Build code scans my perl modules to see which > packages are used by each module. Unfortunately, if a module > has -T to enable taint mode, the call to the O module fails. I'm not sure I understand - you've got a #!/perl line at the beginning of a module file? That's kind of weird, usually you do that in scripts, not modules. Or is there some other way to turn on taint-checking that I don't know about? -Ken |