Embedding tests allows tests to be placed near the code it's testing. This is a nice supplement to the traditional .t files. It's like XUnit, only better and Perl-style.
Embedding tests allows tests to be placed near the code it's testing. This is a nice supplement to the traditional .t files. It's like XUnit, only better and Perl-style.
To install p5.28-test-inline, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-test-inline
To see what files were installed by p5.28-test-inline, run:
port contents p5.28-test-inline
To later upgrade p5.28-test-inline, run:
sudo port selfupdate && sudo port upgrade p5.28-test-inline
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.