There are some tricks one could use the see what modules are installed most recently.
You can check the "ctime" of those module files. Unless you did something funky to your filesystem, this should be quite a reliable source for candidate modules to uninstall.
And perldoc perllocal lists the contents of perllocal.pod, which ought to be updated with new module additions, including date of installation, with every installation using CPAN, and hopefully, with replacements of CPAN, too. (I think I recall that that PPM, (originally) ActiveState's alternative module installer for Windows, doesn't update it.) | [reply] [d/l] [select] |
(I think I recall that that PPM, (originally) ActiveState's alternative module installer for Windows, doesn't update it.) I do recall that PPM keeps track itself, in a ppm.xml somewhere in @INC
| [reply] |
Simply rm'ing the DateTime/ subdirectory appears to have done the trick. Since the dependencies for DateTime seem to have installed ok, i didn't bother (nor want) to delete them.
the version control suggestion is a good idea, imo. too bad it's not set up on my system :-)
| [reply] |