assemble script: use warnings in modern way

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-02-09 16:46:06 +01:00
parent 000d5f7dfd
commit 8422a0e2d7

View File

@ -1,6 +1,8 @@
#!/usr/bin/perl -w
#!/usr/bin/perl
use strict;
use warnings;
use File::Basename;
use File::Path;