We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.cpan.org#132802 (status was 'new')
Requestors:
From ralf.neubauer@wido.bv.aok.de on 2020-06-10 20:18:23 :
Hi, the following code in myldr/utils.c line 239 looks suspicious. Shouldn't PAR_TMPDIR also be unset? par_unsetenv("PERLIO"); par_unsetenv("PAR_INITIALIZED"); par_unsetenv("PAR_SPAWNED"); par_unsetenv("PAR_TEMP"); par_unsetenv("PAR_CLEAN"); par_unsetenv("PAR_DEBUG"); par_unsetenv("PAR_CACHE"); par_unsetenv("PAR_PROGNAME"); if ( (buf = par_getenv("PAR_GLOBAL_DEBUG")) != NULL ) { par_setenv("PAR_DEBUG", buf); } if ( (buf = par_getenv("PAR_GLOBAL_TMPDIR")) != NULL ) { par_setenv("PAR_TMPDIR", buf); } if ( (buf = par_getenv("PAR_GLOBAL_TEMP")) != NULL ) { par_setenv("PAR_TEMP", buf); } else if ( (buf = par_getenv("PAR_GLOBAL_CLEAN")) != NULL ) { par_setenv("PAR_CLEAN", buf); } Mit freundlichen Grü�en Ralf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Migrated from rt.cpan.org#132802 (status was 'new')
Requestors:
From ralf.neubauer@wido.bv.aok.de on 2020-06-10 20:18:23
:
The text was updated successfully, but these errors were encountered: