Win32/DirSize version 1.01
==========================

This module is written using C / XS.  It does not require any other modules,
but you will need a C compiler to build it.  If you do not have a C compiler,
you can use the included PPM versions.

In general, this version of Win32::DirSize is 50x faster than calculating 
sizes via File::Find.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   nmake
   nmake install

DEPENDENCIES

This module requires these other modules and libraries:

None

Copyright (C) 2003 Adam Rich <ar3121@sbc.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

