We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b304dbe + 846bae6 commit 1c9cfd3Copy full SHA for 1c9cfd3
t/Util.pm
@@ -88,7 +88,7 @@ my @temp_files; # We store temp files here to make sure they're properly reclaim
88
89
sub prep_environment {
90
my @ack_args = qw( ACKRC ACK_PAGER HOME ACK_COLOR_MATCH ACK_COLOR_FILENAME ACK_COLOR_LINENO ACK_COLOR_COLNO );
91
- my @taint_args = qw( PATH CDPATH IFS ENV );
+ my @taint_args = qw( PATH CDPATH IFS ENV PERLDOC );
92
delete @ENV{ @ack_args, @taint_args };
93
94
if ( is_windows() ) {
0 commit comments