which_perl: if File::Spec fails, assume "./" and hope for the best.
[p5sagit/p5-mst-13.2.git] / t / test.pl
2001-12-07 Jarkko Hietaniemi which_perl: if File::Spec fails, assume "./" and hope...
2001-12-07 Jarkko Hietaniemi which_perl: delay as much a possible till runtime.
2001-12-07 Jarkko Hietaniemi Further tweakage to which_perl().
2001-12-07 Jarkko Hietaniemi Tweak the $Perl computation.
2001-12-07 Jarkko Hietaniemi Missing ).
2001-12-07 Jarkko Hietaniemi Allow several arguments to display().
2001-12-07 Jarkko Hietaniemi Add display() for displaying icky scalars.
2001-12-07 Michael G. Schwern which_perl for safer $^Xing
2001-12-07 Michael G. Schwern [PATCH t/base/lex.t, term.t] Purging echo from base...
2001-12-05 Michael G. Schwern stat.t cleanup, first pass
2001-11-16 Michael G. Schwern runperl(), \n and stdin
2001-11-14 Jarkko Hietaniemi test.pl tweaks from Rafael and Pudge (assuming I deciphered
2001-11-14 Jarkko Hietaniemi test.pl runperl() nits from Chris Nandor and Craig...
2001-11-14 Rafael Garcia-Suarez new version of runperl()
2001-11-08 Jarkko Hietaniemi Quote the variables in failures messages more nicely.
2001-11-08 Jarkko Hietaniemi [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com]...
2001-11-08 Michael G. Schwern Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv...
2001-11-07 Michael G. Schwern Adding isnt() and next_test()
2001-11-02 Michael G. Schwern _expect and other little tweaks
2001-09-25 Jarkko Hietaniemi skip($mess) should result in one skip.
2001-09-25 Jarkko Hietaniemi Replace the use Test::More in t/{op,io,run} with t...