5 Apr
2003
5 Apr
'03
6:48 p.m.
Hi Mike, I did the same thing - installed the newest of everything, instead of watching the compatibility note Paul sent out. In your home dir (installing as root, likely), if you used cpan to install, there will be a directory structure topped by .cpan: # cd ~/.cpan/buiild/MARC-Record-1.21 # make uninstall # make realclean That should do the back-out for you. The Makefile target 'uninstall' is deprecated, and it is unclear to me if the package is respecting it anyway, or not, so I chose to run 'realclean' as well. -- Erik Stainsby erik.stainsby [ at ] modern-alchemy.net Modern Alchemy Better Libraries, by Design. http://www.modern-alchemy.net/ --