Subject: | Windows Incompatibilities... |
This is not so much a bug but an incompability with different version of
ActivePerl.
PPI requires Scalar::Util 1.18 but it needs to be compiled with .xs. If
you use cpan, it will install Scalar::Util without .xs which kinda
breaks Scalar::Util and then you cannot install PPI. Also because
Scalar::Util is part of the standard distribution the only why to get it
reinstalled with .xs is to reinstall the whole Activestate distribution.
This is fixed in Activestate distribution 5.8.8 Build 817.
Suggestion, can you include a check to see if you are on a Windows box
to see if you are at least at 5.8.8 before doing the installation? It
took me a while to figure out that using cpan without a c compiler is
very painful! :)