mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-03 19:06:13 +00:00
test: import JSON for quicker debugging
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
97809c6906
commit
89075c3505
@ -9,6 +9,7 @@ use Carp;
|
|||||||
use POSIX;
|
use POSIX;
|
||||||
use IO::Handle;
|
use IO::Handle;
|
||||||
use Storable qw(dclone);
|
use Storable qw(dclone);
|
||||||
|
use JSON; # allows simple debug-dumping of variables `print to_json($foo, {pretty => 1}) ."\n"`
|
||||||
|
|
||||||
use PVE::INotify;
|
use PVE::INotify;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user