Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. wcravens@albus:~$ MOJO_LOG_LEVEL=debug perl -Mojo -E 'package Main { use Mojo::Base 'Mojolicious::Controller'; sub index { }; }; get->to("Main#index"); app->start' get -M HEAD /
  2. [Thu Jan 3 15:13:59 2013] [debug] Your secret passphrase needs to be changed!!!
  3. [Thu Jan 3 15:13:59 2013] [debug] HEAD / (Mojolicious (Perl)).
  4. [Thu Jan 3 15:13:59 2013] [debug] Routing to controller "Main" and action "index".
  5. [Thu Jan 3 15:13:59 2013] [debug] Template "Main/index.html.ep" not found.
  6. [Thu Jan 3 15:13:59 2013] [debug] Nothing has been rendered, expecting delayed response.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement