in reply to When not to use taint mode
Since you've recently contributed a CPAN module (Business::Stripe::WebCheckout) you might like to verify that it works flawlessly in taint mode. After all, some of your users might want to call your superb module from a taint mode script.
Ideally, CPAN modules should be tested with and without taint (though I don't know if CPAN testers currently do that). Note that you can run your module's tests in taint mode via the Test::Harness prove utility's -T and -t switches.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: When not to use taint mode
by Bod (Parson) on Jun 14, 2021 at 12:15 UTC | |
by hippo (Archbishop) on Jun 14, 2021 at 12:44 UTC |