#!/usr/bin/perl

use strict;
use warnings;

use PVE::CLI::pve5to6;

PVE::CLI::pve5to6->run_cli_handler();
