]> git.proxmox.com Git - pmg-api.git/blob - bin/pmgversion
use 'die' instead of 'warn' if we cannot parse the tls_policy file
[pmg-api.git] / bin / pmgversion
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PMG::CLI::pmgversion;
7
8 PMG::CLI::pmgversion->run_cli_handler();