Original author(s) | Tatsuhiko Miyagawa |
---|---|
Developer(s) | Tatsuhiko Miyagawa, Tokuhiro Matsuno, Jesse Luehrs, Tomas Doran, Graham Knop and others. |
Written in | Perl |
License | Perl license (Artistic License v2 + GNU General Public License v1) |
Website | plackperl |
Plack is a Perl web application programming framework inspired by Rack for Ruby and WSGI for Python,[1][2] and it is the project behind the PSGI specification used by other frameworks such as Catalyst and Dancer.[3] Plack allows for testing of Perl web applications without a live web server.[4]
Plackup is a command line utility to run PSGI applications from the command line.[5]