Re: about requiring Perl 5.6 in Automake 1.9

2004-02-09 Thread Russ Allbery
Akim Demaille <[EMAIL PROTECTED]> writes: > Actually, why not jumping to something really more recent. Some people > will have to upgrade their Perl installation, so they probably won't > install 5.6 anyway. Bad idea... Perl 5.6 is the version that ships standard right now with many stable distr

Re: about requiring Perl 5.6 in Automake 1.9

2004-02-09 Thread Bob Friesenhahn
On Mon, 9 Feb 2004, Akim Demaille wrote: > > > I'm considering dropping support for Perl 5.005 in the future > > Automake 1.9, and require at least Perl 5.6. Perl 5.6 will be 4 > > years old next month, so it does not sound like asking for the > > moon. > > Actually, why not jumping to someth

Re: about requiring Perl 5.6 in Automake 1.9

2004-02-09 Thread Akim Demaille
> I'm considering dropping support for Perl 5.005 in the future > Automake 1.9, and require at least Perl 5.6. Perl 5.6 will be 4 > years old next month, so it does not sound like asking for the > moon. Actually, why not jumping to something really more recent. Some people will have to upgr

Re: about requiring Perl 5.6 in Automake 1.9

2004-02-09 Thread Alexandre Duret-Lutz
>>> "Bob" == Bob Proulx <[EMAIL PROTECTED]> writes: [...] Bob> Question: How would you feel if the installed automake were to use Bob> perl from PATH instead of the hardcoded in path? Could this be made Bob> available as an option? This is already possible. You can say ./configure PERL=

Re: about requiring Perl 5.6 in Automake 1.9

2004-02-08 Thread Bob Proulx
Alexandre Duret-Lutz wrote: > Perl 5.005_03 will be 5 years old next month, and supporting it > is becoming painful. I sympathize. But actually the problem is not the age of the old version of perl is but rather youth of the new version. The new version has not yet propagated yet. But let me pr

Re: about requiring Perl 5.6 in Automake 1.9

2004-02-06 Thread Guido Draheim
Alexandre Duret-Lutz wrote: Right now, automake officially requires at least Perl 5.005. Perl 5.005_03 will be 5 years old next month, and supporting it is becoming painful. > [] How many people would be annoyed by this? Is there any reason why this would be a very bad idea? I know some peo

Re: about requiring Perl 5.6 in Automake 1.9

2004-02-06 Thread Andreas Schwab
Bruce Korb <[EMAIL PROTECTED]> writes: > Alexandre Duret-Lutz wrote: > >> Is there any reason why this would be a very bad idea? > > It is inconsistent? The auto* tools (viz. autoconf) still > assumes a shell that has no functions. This makes the config > script incredibly larger and slower than

Re: about requiring Perl 5.6 in Automake 1.9

2004-02-06 Thread Bruce Korb
Alexandre Duret-Lutz wrote: > How many people would be annoyed by this? Not me :-) > Is there any reason why this would be a very bad idea? It is inconsistent? The auto* tools (viz. autoconf) still assumes a shell that has no functions. This makes the config script incredibly larger and slow