Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Dear monks,

I have installed many cpan modules on win32, but none (except bioperl) is as hairy as cpanplus. Has anyone installed it succesfully? I think it's a fairly serious problem, because it skews the test reports on cpan, so that many modules seem only to install on non-win32 (because there are no test reports on win).

Thanks!

Replies are listed 'Best First'.
Re: cpanplus on win32
by xdg (Monsignor) on Aug 01, 2006 at 02:54 UTC

    Just tried Bundle::CPANPLUS on Strawberry Perl 5.8.8 Alpha 1. Test failures in:

    • IPC::Run
    • File::Fetch
    • CPANPLUS::Dist::Build
    • CPANPLUS

    At least the first two look minor and could potentially be forced. I think the third is a circular dependency on CPANPLUS, so installing it before trying CPANPLUS::Dist::Build might be an option. I assume the last is because of the first two.

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Re: cpanplus on win32
by Marza (Vicar) on Aug 01, 2006 at 01:55 UTC
    Hmmmm? Even ActiveState doesn't have a ppm for it. Looky
Re: cpanplus on win32
by Anonymous Monk on Aug 04, 2006 at 07:42 UTC
    How does it skew test reports?