[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
[p5sagit/p5-mst-13.2.git] / t / op / chdir.t
2003-05-21 Jarkko Hietaniemi U/WIN test tweak from John P. Linderman.
2002-04-28 Jarkko Hietaniemi Integrate #16254 from macperl;
2001-11-11 Michael G. Schwern %ENV protection
2001-10-10 Jarkko Hietaniemi Even more VMS tweakage from Charles Lane:
2001-09-29 Jarkko Hietaniemi Save and restore $ENV{'SYS$LOGIN'} only in VMS.
2001-09-29 Craig A. Berry chdir.t finally (I hope)
2001-09-28 Jarkko Hietaniemi Test numbering mismatch.
2001-09-27 Craig A. Berry slightly less broken chdir.t for VMS
2001-09-25 Michael G. Schwern Deprecating chdir(undef)/chdir('')
2001-09-25 Jarkko Hietaniemi Replace the use Test::More in t/{op,io,run} with t...
2001-09-22 Michael G. Schwern Reconciling the Cwd/File::Spec differences
2001-09-22 Blair Zajac t/op/chdir.t won't pass on VMS
2001-09-17 Michael G. Schwern Re: [BUG?] chdir(undef) == chdir() probably a bug