]> git.proxmox.com Git - pmg-api.git/blob - bin/pmgupgrade
PMG/API2/Subscription.pm - use new PVE::Subscription class
[pmg-api.git] / bin / pmgupgrade
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PMG::CLI::pmgupgrade;
7
8 PMG::CLI::pmgupgrade->run_cli_handler();