Skip to content

Commit

Permalink
change order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 21, 2014
1 parent 033740f commit 7ce067b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,9 +66,9 @@ app->start;
applications.

```perl
use Mojolicious::Lite;
use 5.20.0;
use experimental 'signatures';
use Mojolicious::Lite;

# Render template "index.html.ep" from the DATA section
get '/' => {template => 'index'};
Expand Down

0 comments on commit 7ce067b

Please sign in to comment.