Revision history for Perl extension File::Flat.

0.92 Mon Jul 26 2004
	- Converting to use File::Slurp where appropriate
	- Upgraded dependencies to the new File::Spec version of File::Remove
	- Updated dependency list

0.91 Tue Oct 14 19:31 2003
	- Instead of letting File::Spec->rel2abs contantly do slow forking
	  Cwd::_backtick_pwd calls constantly. Use the faster Cwd::getcwd
	  FIRST, and pass it to rel2abs as the $base value.

0.9  Fri Jul 25 21:00:12 2003
	- Following prompting from Schwern, implemented a bunch of
	  test related changes, to try and get File::Flat to build/test/run
	  on non-Unix platforms.

0.8  Wed May 07 00:56:21 2003
	- Bug in the test script, fixed

0.7  Tue May 06 23:58:54 2003
	- IO::File cannot be autoloaded. Always load it

0.6  Sun Dec 08 23:24:15 2002
	- Fixes a bug where the tests will fail is run as root

0.5  Thu Nov 28 15:19:32 2002
	- Fixed a bug that caused large amounts of warnings to be
	  generated when ->canWrite, ->write, ->makeDirectory was used.

0.4  Fri Nov 22 14:38:23 2002
	- Fixed a significant bug in makeDirectory

0.3  Wed Nov 20 14:21:54 2002
	- Added Class::Autouse to Makefile

0.2  Mon Nov 18 15:37:23 2002
	- Completed main method set
	- Added full testing suite ( 73% coverage )
	- Added documentation

0.1  Thu May 23 21:01:52 2002
	- original version