summaryrefslogtreecommitdiff
path: root/t/lib/glob-global.t
Commit message (Collapse)AuthorAgeFilesLines
* File::Glob stuff for Mac OSChris Nandor2001-03-301-22/+64
| | | | | Message-Id: <p05010400b6eaab36051c@[10.0.1.177]> p4raw-id: //depot/perl@9479
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
| | | | | | | | so that we simply can't pick up stuff from other Perls than the one we are testing. Pointed out by Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk> p4raw-id: //depot/perl@6874
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-1/+1
| | | | | | (either perlbug or p5p ate the original), plus regen perlapi and perltoc. p4raw-id: //depot/perl@6553
* dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy2000-02-221-1/+5
| | | p4raw-id: //depot/perl@5196
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-021-2/+2
| | | | | | Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615
* add File::BSDGlob as File::Glob and load it at compile-timeGurusamy Sarathy1999-10-121-0/+106
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