On Mon, May 07, 2001 at 06:13:06PM -0700, Peter Prymmer wrote:
> 
> <whispering>
> Shhh.. Please try to keep the enclosed patch a secret from John Peacock:
> </whispering>

<whispering>
Thanks, applied.
</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
> 

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to