________________________________________________________________________________

                        Win32::UTCFileTime, Version 1.32
________________________________________________________________________________

INSTALLATION

    To install this module, cd to the directory that contains this INSTALL file
    and type the following:

        perl Makefile.PL
        nmake
        nmake test
        nmake install

    Use "dmake" rather than "nmake" in the commands above if that is what your
    Perl was built with.  To determine which make program was used to build your
    Perl type the following:

        perl -V:make

PREREQUISITES

    This module is only applicable on "native" (i.e. non-Cygwin) Microsoft
    Windows platforms since only those platforms have C runtime libraries that
    suffer the behaviour which this module provides corrections to.

    Perl version 5.6.0 or later.

    There are no non-standard Perl modules required by this module.
________________________________________________________________________________
