mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 07:16:00 +00:00
genpackage: use strict and warnings
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
24b9a0c268
commit
8591b61ea4
@ -130,6 +130,9 @@ method to load the actual code.
|
||||
|
||||
=cut
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use DynaLoader;
|
||||
|
||||
sub library {
|
||||
|
Loading…
Reference in New Issue
Block a user