tests are expected to fail if dirfd () does not exist
[p5sagit/p5-mst-13.2.git] / t / op / loopctl.t
2005-05-07 Dave Mitchell while (my $x ...) { ...; redo } shouldn't undef $x.
2004-03-04 Dave Mitchell [perl #27206] Memory leak in continue loop
2001-04-15 Michael G. Schwern Exit via last, part 1
2001-03-14 Robin Houston Re: [ID 20010309.004] my-variables lose values while...