Skip to content

Commit

Permalink
load all modules we use explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 13, 2017
1 parent e5e666f commit fb3caad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

7.34 2017-06-08
7.34 2017-06-13

7.33 2017-06-05
- Added EXPERIMENTAL support for :matches pseudo-class and :not pseudo-class
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -1061,6 +1061,7 @@ serve them while allowing content negotiation to be performed with C<Range>,
C<If-Modified-Since> and C<If-None-Match> headers.

use Mojolicious::Lite;
use Mojo::Asset::File;

get '/leak' => sub {
my $c = shift;
Expand All @@ -1075,6 +1076,7 @@ L<Mojolicious::Controller/"rendered"> to tell the renderer when you're done
generating a response.

use Mojolicious::Lite;
use Mojo::Asset::File;

get '/leak' => sub {
my $c = shift;
Expand Down

0 comments on commit fb3caad

Please sign in to comment.