]> git.proxmox.com Git - pve-apiclient.git/commit
sort use statements, drop Data::Dumper
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Nov 2020 14:01:49 +0000 (15:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Nov 2020 14:26:01 +0000 (15:26 +0100)
commit44f9aae4365751359ce37b60b244a971d57253db
treebab1b56b0acc892d1a7f3e5ffb5640c687069912
parenta3db1e77fd072faab4ec31db6e813ec89ef4dda4
sort use statements, drop Data::Dumper

print to_json($ref, {pretty=>1,utf8=>1,canonical=>1})."\n";

is nicer anyway ;-)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/APIClient/LWP.pm