genpackage: use strict and warnings

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-12-18 09:26:14 +01:00
parent 24b9a0c268
commit 8591b61ea4

View File

@ -130,6 +130,9 @@ method to load the actual code.
=cut
use strict;
use warnings;
use DynaLoader;
sub library {