Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead.
Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead.
To install p5.28-text-glob, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-text-glob
To see what files were installed by p5.28-text-glob, run:
port contents p5.28-text-glob
To later upgrade p5.28-text-glob, run:
sudo port selfupdate && sudo port upgrade p5.28-text-glob
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.