mirror of
https://github.com/curl/curl.git
synced 2026-07-29 04:23:08 +03:00
cdall: enable strict warnings
This commit is contained in:
parent
d099ec75f4
commit
370fb4f8c8
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@
|
|||
|
||||
# provide all dir names to scan on the cmdline
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
sub convert {
|
||||
my ($dir)=@_;
|
||||
opendir(my $dh, $dir) || die "could not open $dir";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue