markjugg has asked for the wisdom of the Perl Monks concerning the following question:
If the CPAN module is installed, that will give you recommendations about which modules to upgrade on your system. I think that's a great trick!perl -MCPAN -e 'CPAN::Shell->r'
In my case, I found that most of the result list was comprised of modules that we'd installed, tried out, and then abandoned, and that's way they are out of date now.
So now I'd like the answer to a more difficult question: "Show me which modules haven't been used in last X Months". A function like that would be useful to find which modules we could just nuke, or not re-install if we need to re-create everything.
The solution that comes to mind is some sort of "module logging" which would keep track of the last time a module was "used". I know of no such facility in Perl, though. How do other folks handle the process of weeding out abandoned modules? Any good automated solutions out there?
-mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: tracking module usage, and abandoning them
by TheoPetersen (Priest) on Feb 20, 2001 at 20:29 UTC | |
|
Re: tracking module usage, and abandoning them
by gaspodethewonderdog (Monk) on Feb 20, 2001 at 20:01 UTC | |
by marius (Hermit) on Feb 20, 2001 at 20:33 UTC |