p5-test-taint provides Test::Taint - Tools to test taintedness. Tainted data is data that comes from an unsafe source, such as the command line, or, in the case of web apps, any GET or POST transactions. When you're writing unit tests for code that deals with tainted data, you'll want to have a way to provide tainted data for your routines to handle, and easy ways to check and report on the taintedness of your data, in standard Test::More style.
p5-test-taint provides Test::Taint - Tools to test taintedness. Tainted data is data that comes from an unsafe source, such as the command line, or, in the case of web apps, any GET or POST transactions. When you're writing unit tests for code that deals with tainted data, you'll want to have a way to provide tainted data for your routines to handle, and easy ways to check and report on the taintedness of your data, in standard Test::More style.
To install p5.28-test-taint, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-test-taint
To see what files were installed by p5.28-test-taint, run:
port contents p5.28-test-taint
To later upgrade p5.28-test-taint, run:
sudo port selfupdate && sudo port upgrade p5.28-test-taint
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.