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 no_cc();
> }else{
> system("make test$Config{obj_ext}") and no_cc();
> }
Thanks, I just uploaded 0.53, which should fix this.
-dave
/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/