components/perl/perl-common/sitecustomize.pl
author Rich Burridge <rich.burridge@oracle.com>
Fri, 31 Mar 2017 07:26:17 -0700
changeset 7820 a2b9a7de9e1a
parent 7807 faf888b8f422
permissions -rw-r--r--
25795430 Adjust Userland man pages to "5.11" (from "5.12") where needed

# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.

# Remove current path from @INC. Environment PERL_USE_UNSAFE_INC is override
pop @INC if $INC[-1] eq '.' and !$ENV{PERL_USE_UNSAFE_INC};