in reply to Re^2: Win32 Perl-Critic Setup Question
in thread Win32 Perl-Critic Setup Question

older versions (such as 5.8.6) still need the Microsoft VC++ compiler

You can use MinGW with older versions of ActivePerl if you install Extutils::FakeConfig and then:
set perl5opt=-MConfig_m
This is covered in a little more detail in Compiling C/C++ based Modules under ActiveState using MinGW. I've been using this method with ActivePerl build 806 (perl-5.8.0) with good mileage.

Cheers,
Rob

Replies are listed 'Best First'.
Re^4: Win32 Perl-Critic Setup Question
by ddn123456 (Pilgrim) on May 30, 2008 at 13:00 UTC
    Hi Rob,

    Great news! Just installed "Extutils::FakeConfig".
    Looks like a great weekend ahead for me :-).

    Thanks a lot.
    Cheers.
    ddn123456