Skip to content

Commit

Permalink
Use the latest version of perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 24, 2022
1 parent bd5bac4 commit bfffaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Minion.pm
Expand Up @@ -12,7 +12,7 @@ use Mojo::Loader qw(load_class);
use Mojo::Promise;
use Mojo::Server;
use Mojo::Util qw(scope_guard steady_time);
use YAML::XS qw(Dump);
use YAML::XS qw(Dump);

has app => sub { $_[0]{app_ref} = Mojo::Server->new->build_app('Mojo::HelloWorld') }, weak => 1;
has 'backend';
Expand Down

0 comments on commit bfffaa2

Please sign in to comment.