Skip to content

Commit

Permalink
remove loading unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Aug 18, 2024
1 parent f91e7b9 commit 882ff9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CI-testing/docker-ci-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ package main;

use Cwd qw/ getcwd /;
use File::Basename qw/ basename /;
use YAML::XS qw/ LoadFile /;

my $YAML_FN = ".travis.yml";
if ( !-f $YAML_FN )
if ( not -f $YAML_FN )
{
# die "No \"${YAML_FN}\"";
}
Expand Down

0 comments on commit 882ff9f

Please sign in to comment.