Re: Newbie CPAN issue
[email protected] (James Muir)
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
> > What modules should I never remove? Just cwd? > >Remove a bit and wait what breaks:-) > >More on the serious side: maybe you want to have a look at >Module::CoreList. > Don't ever remove until you are sure that it is safe to do so. Instead, rename :-) and see if anything breaks. ie: mv Cwd.pm xCwd.pm -James