Skip to content

Commit 0a790ce

Browse files
jkeenankhwilliamson
authored andcommitted
csh shell needed to build with PERL_EXTERNAL_GLOB defined
For: #16733
1 parent 3a6446c commit 0a790ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

INSTALL

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,12 @@ variables for C compiler switches etc.">. You can force an embedded perl
584584
to use direct manipulation by setting C<PL_use_safe_putenv = 0;> after
585585
the C<perl_construct()> call.
586586

587+
=head3 External glob
588+
589+
Before File::Glob entered core in 5.6.0 globbing was implemented by shelling
590+
out. If the environmental variable PERL_EXTERNAL_GLOB is defined and if the
591+
F<csh> shell is available, perl will still do this the old way.
592+
587593
=head2 Installation Directories
588594

589595
The installation directories can all be changed by answering the

0 commit comments

Comments
 (0)