mirror of
git://git.proxmox.com/git/pve-apiclient.git
synced 2024-12-22 17:34:22 +03:00
example1.pl: use warnings instead of -w flag
This commit is contained in:
parent
d12f292e8a
commit
bc39c2840a
@ -1,9 +1,11 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl
|
||||
|
||||
# NOTE: you need to run this on a PVE host, or modify the source to
|
||||
# provide username/password/hostname from somewhere else.
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use PVE::APIClient::LWP;
|
||||
|
||||
use PVE::AccessControl;
|
||||
|
Loading…
Reference in New Issue
Block a user