INSTALLATION

You install the VMware::VmPerl API as you would install any Perl
module library.  Run the following commands:

perl Makefile.PL
make
make test
make install

On the Windows platform, use nmake instead:

perl Makefile.PL
nmake
nmake test
nmake install
