Re: CPAN corrupt after perl update
[email protected] ((Andreas J. Koenig))
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Mon, 16 Jan 2006 12:14:29 +0100, Matthias Keller <[email protected]> said: >>> Is there any way to re-initialize the internal database to reflect >>> the changes the update did? I tried to make a bundle but it doesn't >>> work since it decides it is still up2date when in reality it >>> isn't..... >> >> "reload index" might help, but I think that just reloads the three >> index files from the net. > Already tried that, it only reloads those files. and reload cpan only > does some internal reloading or whatever, but nothing that helps me CPAN.pm does not maintain an internal database of installed modules, it always looks into @INC and inspects $VERSION for each pm file it finds. So if you believe that you have a problem, I'd suggest to investigate it on a case-by-case basis. Your original posting was not informative enough to give you an advice. -- andreas