info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvsweb


From: Johan Vromans
Subject: Re: cvsweb
Date: 17 Oct 2000 08:54:29 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

"Hanser, Kevin" <address@hidden> writes:

> Does anyone have any ideas?

Apparently, the script enables the generation of warnings. 
Most likely, there's a #! line with a -w on it, e.g.,

  #!perl -w

As a temporary hack, you can remove the -w . 
If any warnings remain, try to insert a -X on the #! line. This
permanently disables warnings.

Best, of course, is to fix the script. The necessary fixes are
downward compatible with perl5.005. 

-- Johan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]