[PATCH manager/pmg-api 0/2] Fix #6748: correct usage of Term::ReadLine

Sebastian Luksch bugzilla.proxmox.com at lookshe.org
Tue Sep 2 20:20:29 CEST 2025


The update to debian trixie also updated libterm-readline-gnu-perl to version
1.46-1. Since this version it is not possible to create more than one
Term:ReadLine object. These patches fix the last occurences where multiple
objects were created in all active repositories found under
https://git.proxmox.com.

pve-manager:

Sebastian Luksch (1):
  use Term::ReadLine->new() only once

 PVE/CLI/pvenode.pm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


pmg-api:

Sebastian Luksch (1):
  use Term::ReadLine->new() only once

 src/PMG/CLI/pmgconfig.pm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


-- 
2.30.2




More information about the pve-devel mailing list