mirror of
https://github.com/curl/curl.git
synced 2026-06-07 19:24:17 +03:00
enable strict where missing
This commit is contained in:
parent
612557e022
commit
9ba943e38e
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ use Cwd 'abs_path';
|
|||
use File::Basename;
|
||||
use File::Spec;
|
||||
|
||||
use strict;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
my $logdir = "log";
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ use Cwd 'abs_path';
|
|||
use File::Basename;
|
||||
use File::Spec;
|
||||
|
||||
use strict;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
my $logdir = "log";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue