]> git.proxmox.com Git - pve-common.git/blobdiff - data/PVE/PodParser.pm
Fix next_unused_port already bin detection
[pve-common.git] / data / PVE / PodParser.pm
index d3cbb601512b1454bda41c1950fcb237e77aae1a..7e31e1957e71c42a542c9ae1eb7ab76eb91b7af1 100644 (file)
@@ -1,6 +1,7 @@
 package PVE::PodParser;
 
 use strict;
+use warnings;
 use Pod::Parser;
 use base qw(Pod::Parser);