1998-08-14  Tom Hughes  <tom@compton.demon.co.uk>

	* TempFile.pm
	  Changed version number to 0.04.

	* TempFile.pm
	  Add an END block to cleanup any files on exit and only try and
	  register a cleanup handler if in a mod_perl environment.

1998-08-12  Tom Hughes  <tom@compton.demon.co.uk>

	* TempFile.pm
	  Changed version number to 0.03.
	
	* TempFile.pm
	  Removed the tempfile() function as it is unecessary and the same
	  result can be achieved with IO::File::new_tmpfile instead.

1998-08-12  Tom Hughes  <tom@compton.demon.co.uk>

	* TempFile.pm
	  Changed version number to 0.02.

        * TempFile.pm (tempname)
	  Allow the TMPDIR environment variable to override the default
          location for temporary files.

$Id: ChangeLog,v 1.2 1998/08/12 22:21:21 tom Exp $