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 gives me the following output
Reading '/home/lucas/.cpan/Metadata'
Database was generated on Sun, 06 Oct 2013 19:07:27 GMT
Mojolicious is up to date (4.45).
Why will morbo not work? I have tried using hypnotoad as well, but it does not work either.