<whispering> Shhh.. Please try to keep the enclosed patch a secret from John Peacock: </whispering> --- pod/plainer.t;1 Mon May 7 17:09:56 2001 +++ pod/plainer.t Mon May 7 19:01:56 2001 @@ -33,7 +33,10 @@ printf "ok %d\n", ++$test; } -END { unlink $input, $output } +END { + 1 while unlink $input; + 1 while unlink $output; +} __END__ =head <> now reads in records End of Patch. Peter Prymmer
- Re: [PATCH: perl@10022] cleaner cleanup for t/pod/plaine... Peter Prymmer
- Re: [PATCH: perl@10022] cleaner cleanup for t/pod/p... Jarkko Hietaniemi