Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 5, 2017
1 parent b781241 commit 3f22090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Static.pm
Expand Up @@ -7,7 +7,7 @@ use Mojo::Date;
use Mojo::File 'path';
use Mojo::Home;
use Mojo::Loader 'data_section';
use Mojo::Util qw(encode md5_sum);
use Mojo::Util 'md5_sum';

# Bundled files
my $PUBLIC = Mojo::Home->new(Mojo::Home->new->mojo_lib_dir)
Expand Down

0 comments on commit 3f22090

Please sign in to comment.