summaryrefslogtreecommitdiff
path: root/perl/perl-Mojolicious/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Mojolicious/README')
-rw-r--r--perl/perl-Mojolicious/README20
1 files changed, 14 insertions, 6 deletions
diff --git a/perl/perl-Mojolicious/README b/perl/perl-Mojolicious/README
index ae5e42e997..676c3c0df6 100644
--- a/perl/perl-Mojolicious/README
+++ b/perl/perl-Mojolicious/README
@@ -1,8 +1,16 @@
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.
+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
+
+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.