You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2004/02/07 07:20:04 UTC

Re: svn commit: propchange - r8522 svn:log

On Thu, Jan 29, 2004 at 01:02:09PM -0800, Blair Zajac wrote:
> >    #!/usr/bin/env perl -w
> 
> Unless someone beats me to the punch, I'll fix this.  This also
> happens on my box.

You shouldn't use -w on the command line anymore.

-w tends to run into command line problems like this and is global for
the entire interpretor.  However, use warnings only is limited to the
enclosing block.  So you won't see errors from other peoples code.

See perldoc perllexwarn for more details.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org