Dir::Self - a __DIR__ constant for the directory your source file is in
Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the directory your source file is in, as an absolute pathname.
Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the directory your source file is in, as an absolute pathname.
To install p5.30-dir-self, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-dir-self
To see what files were installed by p5.30-dir-self, run:
port contents p5.30-dir-self
To later upgrade p5.30-dir-self, run:
sudo port selfupdate && sudo port upgrade p5.30-dir-self
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.