]> git.proxmox.com Git - pmg-api.git/commitdiff
pmgspamreport: use File::stat
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 28 Apr 2017 04:41:56 +0000 (06:41 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 28 Apr 2017 04:41:56 +0000 (06:41 +0200)
PMG/CLI/pmgspamreport.pm

index f72724f89efd2b781d36fa8c7d5a6f7545470bb2..a74fc4302e8d9eba9faa6cca3fa731ea29471ffe 100755 (executable)
@@ -10,6 +10,7 @@ use Clone 'clone';
 use Mail::Header;
 use POSIX qw(strftime);
 use File::Find;
+use File::stat;
 
 use PVE::SafeSyslog;
 use PVE::Tools;