Re: Perl version 5.8 and 5.10

2023-10-08 Thread Levi Elias Nystad-Johansen via beginners
Hi, What is your use case, maybe it can be solved by adding "use v5.8;" or "use v5.10;" at the top? It is rarely needed to install such an old version of perl, unless it's for testing compatibility, but then we should aim higher than v5.8. v5.16 is the oldest version supported by toolchain, supp

Re: Perl version 5.8 and 5.10

2023-10-08 Thread wesley
obably is better try to update it.  > > Best Regards, > > Armando > > > > **From:** Kang-min Liu > **Sent:** Sunday, October 8, 2023 5:32:24 AM > **To:** beginners@perl.org > **Subject:** Re: Perl ve

Re: Perl version 5.8 and 5.10

2023-10-08 Thread armando perez pena
Perl version 5.8 and 5.10 於 2023年10月8日 上午11:53:46 [GMT+09:00],William Torrez Corea 寫到: I Tried to install perl version 5.8 and 5.10 with perlbrew but i can't install this version. I get the following error message: 50 tests and 269 subtests skipped. make[2]: *** [makefile:701: _test_tty] Err

Re: Perl version 5.8 and 5.10

2023-10-07 Thread Kang-min Liu
於 2023年10月8日 上午11:53:46 [GMT+09:00],William Torrez Corea 寫到: >I Tried to install perl version 5.8 and 5.10 with perlbrew but i can't >install this version. >I get the following error message: > >50 tests and 269 subtests skipped. >> make[2]: *** [makefile:701: _test_tty] Error 29 >> make[2]: Leav