Thanks a lot Randy
I was able to use nmake and these are the commands I ran.
1. perl Makefile.PL
Output
----------
Checking if your kit is complete...
Looks good
Writing Makefile for Win32:

riveInfo
2. nmake
Output
----------
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp DriveInfo.pm blib\lib\Win32\DriveInfo.pm
3. nmake test
Output
----------
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
C:\Perl\bin\perl.exe -Iblib\arch -Iblib\lib -IC:\Perl\lib
-IC:\Perl\lib
test.pl
1..11
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
Drive C: `dir' and module returned not the same
not ok 11
4. nmake install
Output
----------
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Skipping C:\Perl\site\lib\Win32\DriveInfo.pm (unchanged)
Writing C:\Perl\site\lib\auto\Win32\DriveInfo\.packlist
Appending installation info to C:\Perl\lib/perllocal.pod
Could you please let me know if the installation was successful.
Thanks.
Shaahul