mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 18:27:16 +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
|
=cut
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use DynaLoader;
|
use DynaLoader;
|
||||||
|
|
||||||
sub library {
|
sub library {
|
||||||
|
Loading…
Reference in New Issue
Block a user