]> git.proxmox.com Git - pmg-api.git/commit
fix bug #1636: correctly track file modification time
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Jan 2018 10:05:51 +0000 (11:05 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Jan 2018 10:05:51 +0000 (11:05 +0100)
commit1dc946d4661ef7306453a603f823efe9b810c2e6
treee07c890bfb19ede1c0c3d0afc8f5e8dea441a175
parent3c17f47dbf4ebd09f93d3415c1b7bf55a602d3b0
fix bug #1636: correctly track file modification time

Turns out that perl -M is conceptually wrong, so we use CORE::stat
instead.
PMG/Cluster.pm
PMG/Utils.pm