The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension File::Append::TempFile.

0.05  Thu Dec 27 17:02:59 GMT 2007
	- make the podcheck test work with earlier Pod::Checker, too
	- move the Debian packaging files and the webpage into trees of
	  their own
	- remove the MANIFEST.SKIP file, it's no longer needed
	- remove an unneeded 5.005 conditional in Makefile.PL
	- remove a leftover template comment from the end of a test file

0.04  Mon Feb 13 15:57:32 GMT 2006
	- add a simplistic webpage
	- switch over to $Ringlet version control tags
	- fix the module version in the README file
	- add a mention of the website to the README file and to
	  the SEE ALSO section of the module's perldoc
	- yeesh - fix the author name in Makefile.PL!

0.03  Fri Feb 10 15:05:58 GMT 2006
	- add some Debian packaging files
	- remove the test files in the "clean" target, not "realclean",
	  duh!  Noticed while debianizing
	- reorganized this log a bit
	- add a MANIFEST.SKIP file listing the debian/ subdirectory

0.02  Fri Jan 27 17:51:48 GMT 2006
	- fix the perldoc package description in the NAME section
	- allow derived classes to modify the file structure by
	  overriding the new do_copy() method
	- add a test for the actual contents of the test file
	  after appending data to it
	- the test suite displays debug messages if TEMPFILE_DEBUG is
	  set in the environment
	- add the diag() method to get or set the diagnostic output flag
	- add a Test::Pod::Coverage and a Pod::Checker test

0.01  Wed Jan 25 13:04:36 GMT 2006
	- original version; created by h2xs 1.23 with options
		-AX -b 5.6.0 -n File::Append::TempFile --skip-exporter

$Ringlet: Changes 1645 2007-12-27 17:03:29Z roam $