# Pastebin lQv4RYkF $ perl -e ' use Mojolicious::Lite; get "/" => sub { my $c = shift; $c->render(text => "Hi"); }; app->start; __DATA__ @@ joy.txt And then there was joy. ' get /joy.txt [Sat Sep 26 00:43:27 2015] [debug] Your secret passphrase needs to be changed [Sat Sep 26 00:43:27 2015] [debug] GET "/joy.txt" [Sat Sep 26 00:43:27 2015] [debug] Template "not_found.development.html.ep" not found [Sat Sep 26 00:43:27 2015] [debug] Template "not_found.html.ep" not found [Sat Sep 26 00:43:27 2015] [debug] Rendering inline template "fd403ab55a4c875e35b42428816134c7" [Sat Sep 26 00:43:27 2015] [debug] Rendering inline template "dd85456cf9f44e1e43bebae130a7f9df" [Sat Sep 26 00:43:27 2015] [debug] 404 Not Found (0.027785s, 35.991/s)