in reply to accidentally removed MakeMaker.pm

You can download (the appropriate version of) MakeMaker.pm from ExtUtils::MakeMaker (follow the "Source" link). You should make sure that you really have the correct version though :)

Replies are listed 'Best First'.
Re^2: accidentally removed MakeMaker.pm
by yaelc (Novice) on Jan 26, 2011 at 09:59 UTC
    I don't understand the solution? I'm unable to run 'perl Makefile.PL" command for the MakeMaker package. How does your suggestion solve my problem? I'm missing dependencies (for example Cwd.pm) which I can't install without being able to run 'perl Makefile.PL' on those packages?

      I'm not telling you to reinstall the whole package. I'm telling you to download and copy the one missing file to the appropriate location (assuming that you only deleted MakeMaker.pm, as you stated).