in reply to Compiler for Perl modules

Anybody know how can I compile a some CPAN module under windows without ms visual studio?
Have somebody else do it for you? :]

PodMaster AKA crazyinsomniac has a repository of his own compiled modules, for ActivePerl and compatible — like IndigoPerl. Check it out at http://crazyinsomniac.perlmonk.org/perl/ppm/. Read also what else he writes there: if there is an interesting module (= not just for you) that is indeed missing a binary distribution, and that needs one, he might just make one. crazyinsomniac++ !

Replies are listed 'Best First'.
Re: Re: Compiler for Perl modules
by nite_man (Deacon) on Apr 24, 2003 at 21:20 UTC
    I need in Net::Pcap module. I didn't find it the any ppm repositories.
    Well I see easy way to resolve my problem - install ms visual studio and use it for install any mudules from CPAN like under my favourite OS Linux :).
          
    --------------------------------
    SV* sv_bless(SV* sv, HV* stash);