mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
901ba46b5b
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
16 lines
757 B
Text
16 lines
757 B
Text
Mojolicious is a next generation web framework for Perl.
|
|
|
|
Back in the early days of the web, many people learned Perl because of
|
|
a wonderful Perl library called CGI. It was simple enough to get
|
|
started without knowing much about the language and powerful enough to
|
|
keep you going, learning by doing was much fun. While most of the
|
|
techniques used are outdated now, the idea behind it is not.
|
|
Mojolicious is a new endeavor to implement this idea using bleeding
|
|
edge technologies.
|
|
|
|
Optional dependencies: perl-IO-Socket-SSL, perl-IO-Socket-Socks,
|
|
perl-EV, perl-Net-DNS-Native, perl-Role-Tiny
|
|
|
|
The optional dependencies can be installed and uninstalled without
|
|
needing to rebuild perl-Mojolicious itself; they will be found at
|
|
runtime if they are installed.
|