Params-Validate-0.52 installation error on Win32

2003-02-19 Thread Hill, Ronald
Hi David, I received an error when installing Params-Validate-0.52 for Win32 systems. Basically, the makefile.PL file needs to be changed (to reconize the c compiler) Here are the changes: if ($^O eq MSWin32) { system(nmake test$Config{obj_ext}) and no_cc(); }else{ system(make

Re: Params-Validate-0.52 installation error on Win32

2003-02-19 Thread Dave Rolsky
On Wed, 19 Feb 2003, Hill, Ronald wrote: I received an error when installing Params-Validate-0.52 for Win32 systems. Basically, the makefile.PL file needs to be changed (to reconize the c compiler) Here are the changes: if ($^O eq MSWin32) { system(nmake test$Config{obj_ext}) and