in reply to Re: Installing Module::Signature
in thread Installing Module::Signature

Thanks Dave. I'm having issues installing those "unauthorized releases". I'm able to unpack them and run the makefile script, but nmake doesn't work. I placed the nmake.exe file from my visual basic install folder into the directory that I unpacked everything, but I get "NMAKE: Fatal error U1077" with perl.exe and it stops.

Replies are listed 'Best First'.
Re^3: Installing Module::Signature
by davido (Cardinal) on Jun 04, 2013 at 17:58 UTC

    Just let cpanm do it for you: cpanm path-to-download-distribution-tarball. Figuring out how to install App::cpanminus (and modules in general) is a different topic, and one that is well documented, and easy to find given a little effort searching. ;)


    Dave