Re: perl test framework

2017-07-05 Thread Jim Jagielski
Ok... was just making sure it wasn't just me having issues with more modern Perls.

Re: perl test framework

2017-07-05 Thread Eric Covener
On Wed, Jul 5, 2017 at 12:04 PM, Jacob Champion wrote: > 5.22.1, as distributed with Ubuntu 16.04 (plenty of Debian patches). Same here. For a release I usually run on my AIX systems 5.10.1 with some CPAN additions/upgrades to be able to get H2 to work. But, I think it has started to get a little

Re: perl test framework

2017-07-05 Thread Jacob Champion
On 07/05/2017 04:01 AM, Jim Jagielski wrote: I am curious... what versions of Perl are people using when running the Perl test framework? It seems that, at least to me, it is quite picky regarding versions, at least on macOS. 5.22.1, as distributed with Ubuntu 16.04 (plenty of Debian patches

Re: perl test framework

2017-07-05 Thread Jim Jagielski
> On Jul 5, 2017, at 8:39 AM, Rainer Jung wrote: > > Solaris: self-compiled 5.22.0 I have found that 5.20.x works best for me... I have also found that doing a universal CPAN update generally causes various framework tests to fail[1]; usually the 1st hint of troubles are that the byterange test

Re: perl test framework

2017-07-05 Thread Rainer Jung
Am 05.07.2017 um 13:01 schrieb Jim Jagielski: I am curious... what versions of Perl are people using when running the Perl test framework? It seems that, at least to me, it is quite picky regarding versions, at least on macOS. Just my personal recipe: Solaris: self-compiled 5.22.0 Linux

perl test framework

2017-07-05 Thread Jim Jagielski
I am curious... what versions of Perl are people using when running the Perl test framework? It seems that, at least to me, it is quite picky regarding versions, at least on macOS.