diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-26 22:40:39 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:10 +0700 |
commit | 4e3da4dae2f3ebb20a0f73d215b558bb18c2848d (patch) | |
tree | dbfeec176855d1cb69eee4585a412edd9eb7e7bd /perl/perl-Mojolicious/README | |
parent | 44774be1f761425dd608868e6aeab27bd436f2fb (diff) |
perl/perl-Mojolicious: Added (next-gen web framework for Perl).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Mojolicious/README')
-rw-r--r-- | perl/perl-Mojolicious/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Mojolicious/README b/perl/perl-Mojolicious/README new file mode 100644 index 0000000000000..ae5e42e997616 --- /dev/null +++ b/perl/perl-Mojolicious/README @@ -0,0 +1,8 @@ +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. |