http://www.perlmonks.org?node_id=435731


in reply to A guide to installing modules for Win32

You could also mention about Nmake and how to Install using Nmake
  • Comment on Re: A guide to installing modules for Win32

Replies are listed 'Best First'.
Re^2: A guide to installing modules for Win32
by holli (Abbot) on Mar 02, 2005 at 09:09 UTC
      Yes, but this purports to cover installing on Win32; how to get nmake and install a non-XS module from CPAN is a part of that. Though perhaps it would be sufficient to change:
      Installing modules directly from CPAN is easy, as long as the module contains no XS-extensions (C-code).
      to
      [id://435732|Installing modules directly from CPAN] is easy, as long as the module contains no XS-extensions (C-code).