mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-01-18 14:03:34 +03: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 IO::Handle;
|
||||
use Storable qw(dclone);
|
||||
use JSON; # allows simple debug-dumping of variables `print to_json($foo, {pretty => 1}) ."\n"`
|
||||
|
||||
use PVE::INotify;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user