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


in reply to Re^2: Could not install modules using cpan..
in thread Could not install modules using cpan..

Are you working on Windows or Unix?!

if you are working on Windows maybe this can help :

"The reason this is happening is that i set an autorun in my cmd using regedit HKEY->Software->Microsoft->Command processor->autorun to change to my working directory. This makes the dmake program look in the wrong place. After deleting autorun everything worked like a charm."

This was one of the first hits, when I looked on google for the error code 130..

maybe you can look deeper into it when you search for the error code yourself

greetings

  • Comment on Re^3: Could not install modules using cpan..

Replies are listed 'Best First'.
Re^4: Could not install modules using cpan.. (cmd.exe autorun joke/malware)
by Anonymous Monk on Mar 29, 2013 at 11:36 UTC

    FWIW you can check it with

    reg query "HKCU\Software\Microsoft\Command Processor"

    But that "feature" has got to be one of the dumbest malware/jokes msdn played

Re^4: Could not install modules using cpan..
by Arunkumarpro (Initiate) on Mar 29, 2013 at 10:45 UTC

    but in my machine i have not set any autorun..i did check it

Re^4: Could not install modules using cpan..
by Arunkumarpro (Initiate) on Mar 29, 2013 at 11:21 UTC

    Yup!!!that nailed it!! Thanks jerre_111 ... Ofcourse it worked like a charm!!