commit | a1f62460b962fd148d9ef3fb7df8056495410e55 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed Dec 07 19:03:26 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed Dec 07 19:03:26 2016 +0300 |
tree | c3edbb13f5de37a32f6161aa73f8d4f79834cee6 | |
parent | 3880a4558d6b4c064e7d01bd34cf4e3c4c66aa23 [diff] |
Perl: removed special environment handling for the perl module. In Perl 5.8.6 the default was switched to use putenv() when used as embedded library unless "PL_use_safe_putenv = 0" is explicitly used in the code. Therefore, for modern versions of Perl it is no longer necessary to restore previous environment when calling perl_destruct().