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


in reply to Re: Problem locating Carp::Heavy
in thread Problem locating Carp::Heavy

That was my first idea.

But

CPANPLUS::Shell::Default -- CPAN exploration and modules installation +(v0.053) *** Please report bugs to <cpanplus-bugs@lists.sourceforge.net>. *** Using CPANPLUS::Backend v0.053. *** ReadLine support available (try 'i Term::ReadLine::Perl'). CPAN Terminal> i Carp::Heavy [MSG] Checking if source files are up to date [MSG] Retrieving /root/.cpanplus/sourcefiles.2.13.stored [ERROR] 'Carp::Heavy' does not contain an author part [ERROR] Cannot find 'Carp::Heavy' in the module tree No such module: Carp::Heavy No modules found to operate on! Nothing done CPAN Terminal>

Replies are listed 'Best First'.
Re^3: Problem locating Carp::Heavy
by jhourcle (Prior) on Apr 07, 2005 at 02:31 UTC

    Right ... I should've been more clear -- it's part of Carp. Reinstall Carp so you get Carp::Heavy. (which is of course, part of the main perl distribution, so this can get messy). As it's pure perl, you should be able to just extract Carp.pm and Carp/Heavy.pm from the distribution, and place them in the right place.

    (there might be some easy way to install Carp from CPAN, without needing to pull down the whole perl-5.8.6 tarball, but I have no idea how ... but maybe someone else on here does)