in reply to Re: Perl modules in Windows
in thread Perl modules in Windows
It is possible to use CPAN (and probably CPANPLUS) or manual install with Windows. ExtUtils::MakeMaker supports and uses nmake on Windows. Binary modules are harder to build because they need the environment used to build Perl. For ActivePerl, this is Visual Studio. Building binaries is just harder on Windows; Module::Build does not help much.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Perl modules in Windows
by tilly (Archbishop) on Nov 05, 2003 at 19:10 UTC |