diff --git a/bin/pve5to6 b/bin/pve5to6 index 4802e185..fae6a032 100755 --- a/bin/pve5to6 +++ b/bin/pve5to6 @@ -1,10 +1,8 @@ -#!/usr/bin/perl -T +#!/usr/bin/perl use strict; use warnings; -use lib qw(.); - use PVE::CLI::pve5to6; PVE::CLI::pve5to6->run_cli_handler();