This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add File::BSDGlob as File::Glob and load it at compile-time
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 12 Oct 1999 16:53:31 +0000 (16:53 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 12 Oct 1999 16:53:31 +0000 (16:53 +0000)
commit72b166521443a1b89b0fed156fa8334cfab6e61b
tree1b861dc3472acd4a3bf3b2f7a4ed71e073c143f9
parent883d36a60f1dbc0dec153bce822eebaa5172be5d
add File::BSDGlob as File::Glob and load it at compile-time
if perl was built with -DPERL_INTERNAL_GLOB

TODO: we currently get a compile-time failure if File/Glob.pm
can't be found; such failure needs to be made to emit a warning
and use the csh implementation instead

p4raw-id: //depot/perl@4356
16 files changed:
MANIFEST
ext/File/Glob/Changes [new file with mode: 0644]
ext/File/Glob/Glob.pm [new file with mode: 0644]
ext/File/Glob/Glob.xs [new file with mode: 0644]
ext/File/Glob/Makefile.PL [new file with mode: 0644]
ext/File/Glob/TODO [new file with mode: 0644]
ext/File/Glob/bsd_glob.c [new file with mode: 0644]
ext/File/Glob/bsd_glob.h [new file with mode: 0644]
op.c
t/lib/glob-basic.t [new file with mode: 0755]
t/lib/glob-global.t [new file with mode: 0755]
t/lib/glob-taint.t [new file with mode: 0755]
t/op/glob.t
t/op/readdir.t
t/op/taint.t
t/pragma/overload.t