CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/17 19:49:26
Modified files:
gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm
Log message:
Increase max depth for termcaps
With the update to ncurses 6.4-20230826 /etc/termcap now needs at
least a 36 deep search. Instead, we'll just bump to 64. It seems
32 has been enough since perl 5.001 in 1995, so hopefully this buys
us at least another 28 years.
"please commit that" deraadt@
