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

Re: I did commit a new and pretty different version of check_trans.pl



On Mon, Jan 08, 2001 at 08:10:38PM +0100, Jesus M. Gonzalez-Barahona wrote:
> Martin Quinson writes:
>  > [...]
>  > Could you say me which version of perl you use ? With this info, I think I
>  > could make a version which work for our both system.
> 
> I'm also having (the same) problems. My perl is:
> 
> This is perl, version 5.005_03 built for i386-linux
> 
> As far as I remember, it is the one in potato (not completely sure, I
> have some woody and sid packages installed).
> 
> Should I revert to the older version, or are you planning to check
> this shortly? (and anyway, thanks for the tool).
> 

Well, the fix is pretty easy : remove the 'use strict;' line at the top
But I'm not in a hurry to remove it because after that, spell checking of
variable name will be disabled, and I still work to improve the script.

After that, you can any occurence of the string 'our' (10 times, near the
top).

The other solution is to put 'use 5.6;' at the top and upgrade your machine,
or put 'use 5.whatever;' and downgrade mime (what I won't do).

Well, I still improve the script (without commiting, of course), and when
perl 5.6 hits testing, we will have to discuss which version should be used...

Bye, Mt.



Reply to: