>
> I have been trying 5.8RC1 and I tried to compile/install several modules
> that I have
> on 5.6.1 - CPAN, not PPM.
> At least the following do not build and/or test right (not exhaustive, as
I
> got tired after a while):
>
> TK                           # C error
> Archive::Tar                 # in getting file handles from zlib
> PPM                          # depends on the above
> MLDBM                        # de/serilized structures do not compare on
> tests
> Devel::TraceLoad             # ??
> Module::Info                 # Serious?
> Win32::API                   # Serious? C diagnostic
> libxml-perl                  # Fails test
> XML-RSS                      # contains XML::RSS.3 in man, unpack fails -
> builds otherwise.
>
> Other related modules build e.g.:
>
> XML:Parse builds/test
> Compress::Zlib builds/test (after some pain...)
>
> Posted in the hope it may help somebody...
>
> Cheers,
> alf
>

as mentioned in the 580 announce, every module based on xs have to recompile
the xs . so it is hopeless to install a 561 module based on xs in 580 (for
example win32::API)


running nmake test with 580 (to test modperl-1.99_02) asks for
win32::process in @INC this is in libperlwin32 and it requires win32::API.

then I don't see how to test 1.99_02 with perl 580 ...

cheers
pascal






Reply via email to