mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-06-30 12:49:29 +03:00
We used this to make putenv in perl safe(r), but since Perl 5.38 our desired behavior is the default and one cannot even change this on the fly, so the constant we wrote too disappeared [0]. As Debian Trixie is shipping with perl 5.40 we can safely remove the wrappers without bothering for handling older releases, simply raise the versioned dependency to perl instead to >= 5.38. [0]: https://perldoc.perl.org/perl5380delta#Internal-Changes Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>