On Sat, 17 Aug 2002, [EMAIL PROTECTED] wrote:
> This distribution has been tested as part of the cpan-testers
> effort to test as many new uploads to CPAN as possible. See
> http://testers.cpan.org/
>
> Please cc any replies to [EMAIL PROTECTED] to keep other
> test volunteers informed and to prevent any duplicate effort.
>
> --
> This is an error report generated automatically by CPANPLUS.
> Below is the error stack during 'make test':
>
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 test.pl
> 1..8 Perl 5.00562 required--this is only version 5.00503, stopped at
> blib/lib/Tie/Hash/TwoWay.pm line 18. BEGIN failed--compilation
> aborted at test.pl line 11. not ok 1 *** Error code 255
>
> Stop in /usr/home/smoke/.cpanplus500503/build/Tie-Hash-TwoWay-1.06.
Is it a requirement that CPAN modules work with 5.00503? It's a
simple fix ("require 5.005_62" should be changed to whatever is
appropriate), I was just not aware of a lower version bound for CPAN
modules, so I won't change it to something arbitrary right now until I
know for sure.
Thanks
Ted