You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Randy Kobes <ra...@theoryx5.uwinnipeg.ca> on 2002/08/15 08:10:10 UTC

RE: can't fine ModuleConfig.c.

On Mon, 12 Aug 2002, Goehring, Chuck Mr., RCI - San Diego wrote:

> Randy,
> 
> I'm using Perl 5.6.0 for this. Should I be using 5.8.0?  Does
> that affect ModuleConfig.c?
> 
> Having problems running things with the version I put out last
> week.  It complains about the dumbest things and is overly
> strict.
> 
> Thanks
> Chuck

I'm not sure if this will help, but an error you had in an
earlier message for 'perl Makefile.PL' indicated you didn't have
touch() on your system (which is typical for Win32). You might
want to try the attached patch to Makefile.PL, which uses a perl
command for touch().

-- 
best regards,
randy