[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: propchange - r8522 svn:log

From: Ben Reser <ben_at_reser.org>
Date: 2004-02-07 08:20:04 CET

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 <ben@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
Received on Sat Feb 7 08:20:26 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.