Win32::MachineInfo 0.01
=======================

DESCRIPTION

Win32::MachineInfo is a module that retrieves OS, CPU, Memory, and Video
information from a remote Windows NT/2000 machine. It uses Win32::TieRegistry
to retrieve the information, which it returns as a hash structure.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

On Win32 systems, you can use Microsoft's nmake.

DEPENDENCIES

This module requires the Win32::TieRegistry module.

COPYRIGHT AND LICENCE

Copyright (C) 2003 James Macfarlane

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