in reply to Re^4: Test::Pod:Coverage: excluding 'used' modules
in thread Test::Pod:Coverage: excluding 'used' modules
"-T" is for taint mode. I don't think many people use it these days. It adds a little metadata to all strings to track whether they come from the outside world or not; the idea being that string data from the outside world is potentially untrustworthy, so shouldn't be interpolated directly into SQL queries, etc.
Date::Manip does check an environment variable (which counts as tainted data) as part of its initialization, so that could be it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Test::Pod:Coverage: excluding 'used' modules (taint mode)
by hippo (Archbishop) on Nov 19, 2019 at 13:38 UTC | |
|
Re^6: Test::Pod:Coverage: excluding 'used' modules
by loris (Hermit) on Nov 19, 2019 at 08:34 UTC | |
by tobyink (Canon) on Nov 19, 2019 at 09:04 UTC |