A single-file DSL for the Mojolicious web framework for the Perl language. It is just a tiny wrapper around Mojolicious, so [tag:mojolicious] may be more appropriate for questions not about the DSL itself.
Questions tagged [mojolicious-lite]
77 questions
0
votes
1 answer
Why is morbo not found after installing mojolicious?
I have installed mojolicious by the following commands
$ sudo su
# curl get.mojolici.us | sh
Unfortunately, when I run morbo to test my app, I am given an error stating that the command is not found. I then ran
cpan install Mojolicious
and it…

user1876508
- 12,864
- 21
- 68
- 105
-2
votes
1 answer
Can't install mojolicious
I ran this command to install mojolicious and I got the command below. Not sure how to solve it, please help.
~$ sudo curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Mojolicious
% Total % Received % Xferd Average Speed …

user957129
- 43
- 1
- 2