Navigation Menu

Skip to content

Commit

Permalink
include moniker in exception page
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 11, 2014
1 parent d709ad1 commit cc3c0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/templates/exception.development.html.ep
Expand Up @@ -220,9 +220,10 @@
%= $kv->('Static paths' => dumper app->static->paths)
%= $kv->('Static classes' => dumper app->static->classes)
%= $kv->(Include => dumper \@INC)
%= $kv->(PID => $$)
%= $kv->(Moniker => app->moniker)
%= $kv->(Name => $0)
%= $kv->(Executable => $^X)
%= $kv->(PID => $$)
%= $kv->(Time => scalar localtime(time))
</table>
</div>
Expand Down

0 comments on commit cc3c0dd

Please sign in to comment.