diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-05 07:49:28 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-05 07:49:28 +0000 |
commit | 52bb0670c0d245e31203752693ee9e8bb24422b0 (patch) | |
tree | f8fbf1a34f0d69bd68df3ad35f7bc7e3143c890a /pod | |
parent | 770bbf7fa6ce320a36c372f3f2c4e5c114f0c097 (diff) | |
download | perl-52bb0670c0d245e31203752693ee9e8bb24422b0.tar.gz |
make File::Glob::glob() the default for CORE::glob()
(old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
p4raw-id: //depot/perl@4649
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 47a9eb13c5..74bb7e7e9b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -333,9 +333,9 @@ change#3385, also need perlguts documentation WARNING: This is currently an experimental feature. Interfaces and implementation are likely to change. -Perl can be compiled with -DPERL_INTERNAL_GLOB to use the File::Glob -implementation of the glob() operator. This avoids using an external -csh process and the problems associated with it. +Perl now uses the File::Glob implementation of the glob() operator +automatically. This avoids using an external csh process and the +problems associated with it. =head2 Binary numbers supported @@ -1149,9 +1149,9 @@ when pruning top-level directories has been fixed. =item File::Glob -This extension implements BSD-style file globbing. It will also be -used for the internal implementation of the glob() operator if -Perl was compiled with -DPERL_INTERNAL_GLOB. See L<File::Glob>. +This extension implements BSD-style file globbing. By default, +it will also be used for the internal implementation of the glob() +operator. See L<File::Glob>. =item File::Spec |