cdall: enable strict warnings

This commit is contained in:
Viktor Szakats 2025-07-14 20:10:06 +02:00
parent d099ec75f4
commit 370fb4f8c8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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";