Revision history for Perl extension File::Find.

1.14 Wed Dec 26 19:32:30 UTC 2001
	- cleanups and suggestions (Schwern)
	- added back nlink optimizations, where applicable
	- added my_canonpath (Schwern)

1.13 Tue Dec 25 some time
	- refactored out much duplicate code (50% shorter)
	- store directories and files on stacks
	- use File::Spec where possible
	- do not expect leading './' in find.t and taint.t (File::Spec whacks it)

1.12 Thu Sep  6 15:14:00 2001
	- fix taint.t errors with Cwd::getcwd() taintage
	- respect absolute paths (fixes Pod::Find breakage in bleadperl)

1.11 Wed Sep  5 20:00:00 2001
	- attempt to fix File::Spec expectation for Mac

1.10 Tue Sep  4 21:17:28 2001
	- heavily modified by chromatic
		- use File::Spec
		- refactor
		- use less globals
		- remove duplicate code (41% shorter, may go lower)
		- get ready to move to iterator model

1.01  sometime in the past
	- original version shipped with Perl 5.7.2

