Skip to content

Commit

Permalink
Merge pull request #5403 from okurz/feature/mojo_base
Browse files Browse the repository at this point in the history
t: Use consistent 'Mojo::Base' instead of strict+warnings
  • Loading branch information
mergify[bot] authored Dec 20, 2023
2 parents 9743601 + f594ffa commit 0c7cd29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/data/openqa/share/tests/opensuse/tests/openQA/kate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# and closed
# Maintainer: Oliver Kurz <[email protected]>

use strict;
use warnings;
use Mojo::Base -strict;

sub run {
my @regexp = qw(test-kate-3 tes-module_re);
Expand Down

0 comments on commit 0c7cd29

Please sign in to comment.