Skip to content

Commit

Permalink
csh shell needed to build with PERL_EXTERNAL_GLOB defined
Browse files Browse the repository at this point in the history
For: #16733
  • Loading branch information
jkeenan authored and khwilliamson committed Mar 2, 2020
1 parent 3a6446c commit 0a790ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL
Expand Up @@ -584,6 +584,12 @@ variables for C compiler switches etc.">. You can force an embedded perl
to use direct manipulation by setting C<PL_use_safe_putenv = 0;> after
the C<perl_construct()> call.

=head3 External glob

Before File::Glob entered core in 5.6.0 globbing was implemented by shelling
out. If the environmental variable PERL_EXTERNAL_GLOB is defined and if the
F<csh> shell is available, perl will still do this the old way.

=head2 Installation Directories

The installation directories can all be changed by answering the
Expand Down

0 comments on commit 0a790ce

Please sign in to comment.