Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
might as well use sha1_sum
  • Loading branch information
kraih committed Mar 5, 2017
1 parent 64517e9 commit 14b0ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Command/generate/app.pm
Expand Up @@ -214,8 +214,8 @@ done_testing();
</p>
@@ config
% use Mojo::Util qw(md5_sum steady_time);
% use Mojo::Util qw(sha1_sum steady_time);
{
perldoc => 1,
secrets => ['<%= md5_sum $$ . steady_time . rand %>']
secrets => ['<%= sha1_sum $$ . steady_time . rand %>']
}

0 comments on commit 14b0ae7

Please sign in to comment.