On 2002.02.05, at 09:23, Mark Edwards wrote: > I don't know why I would have an old version. I downloaded the .61 > source code and compiled it with > > perl Makefile.PL > make > make test > make install > > I did compile version .41 earlier, but I never did make install, and I > deleted the directory before doing anything with .61. > > Any suggestions?
I think I got it. maybe you have to make install UNINST=1 to overwrite previously installed version. If the worse gets the worst, you can try rm -f `cat /Library/Perl/darwin/auto/MacOSX/File/.packlist` to delete the old files first then install 0.61 again. Dan
