Lightweight yet powerful web application framework
Dancer aims to provide the simplest way for writing web applications, and offers the flexibility to scale between a very simple lightweight web service consisting of a few lines of code in a single file, all the way up to a more complex fully-fledged web application with session support, templates for views and layouts, etc.
Dancer aims to provide the simplest way for writing web applications, and offers the flexibility to scale between a very simple lightweight web service consisting of a few lines of code in a single file, all the way up to a more complex fully-fledged web application with session support, templates for views and layouts, etc.
To install p5.30-dancer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-dancer
To see what files were installed by p5.30-dancer, run:
port contents p5.30-dancer
To later upgrade p5.30-dancer, run:
sudo port selfupdate && sudo port upgrade p5.30-dancer
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.