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

Re: svn commit: r8621 - in branches/1.0.x: . tools/hook-scripts

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: 2004-02-19 08:41:00 CET

Ben Reser wrote:
> On Wed, Feb 18, 2004 at 10:06:16PM -0800, Robert Spier wrote:
>
>>>+require 5.6.1; # minimum Perl version for "warnings" module
>>>+use warnings;
>>
>>warnings.pm was in 5.6.0
>
>
> Humm I was thinking there was some reason for it being 5.6.1 but I can
> change it to 5.6.0 if you can verify that the scripts run under 5.6.0.
>
>
>>There are lots of reasons to use 5.6.1 (or 5.8.3) instead of
>>5.6.0.... BUT --
>>
>>5.6.0 came with RH7.2, which is still in relatively wide use (for
>>better or worse)
>
>
> *nod*

+1 on Ben's patch with Robert's suggested tweak.

$ cat /etc/issue | grep '7'
Red Hat Linux release 7.2 (Enigma)
$ perl --version | grep '5\.6'
This is perl, v5.6.0 built for i386-linux
$ perl
require 5.6.0;
use warnings;
print "hi\n";
# control-d
hi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 19 08:41:04 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.