Revision history for Perl extension Win32::DirSize.

0.01  Wed Mar  5 11:34:53 2003
	- original version; created by h2xs 1.21 with options
		-X -n Win32::DirSize -v 0.01
1.00  Sat Mar  8 15:10:17 2003
	- re-written to use XS.
	- fixed bug whereby "exabytes" came after "terabytes"
		instead of "petabytes".
1.01  Fri Aug  8 13:44:40 2003
	- fixed bug whereby best_convert() would incorrectly
		return -1 for sizes under 1024 bytes.
	- corrected readme file.
1.02  Tue Oct 28 09:39:11 2003
	- fixed trailing slash code that caused $Directory to
		be displayed wrong.
	- fixed gzip files in ppm.zip to correct problem with
		ppm version not installing properly.
	- added double-slash removal code.
	- small documentation changes.
1.03  Wed Oct 29 09:50:24 2003
	- fixed "Modification of a read-only value attempted"
		error message
1.10  Mon Dec 15 12:15:02 2003
	- rewrote almost completely from the ground up (So the
		code is now cleaner, more efficient, maybe
		faster too)
	- added support for Unicode paths.
	- added support for paths longer than 260 characters.
	- added support for "Size on Disk" calculation
		(Thanks for Victor Dozal for the suggestion)
	- added support for entire-disk size & free calculaton.
	- added string representation of 64-bit numbers.
	- fixed bug preventing scanning of UNC paths.
	- exported constants using the constant module, rather
		than the XS method.

