Win32/DirSize version 1.00
==========================

This module is written in 100% pure perl.  It requires only Win32::API to run.
The best method to install is with nmake, but if you don't have that, you can
copy the DirSize.pm file under perl\site\lib\Win32.

In general, Win32::DirSize is 2-8x 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. 

