Ken Williams wrote: > Probably you need to do './Build realclean' and then run 'perl > Build.PL' again. If you run 'perl5.6.foo Build.PL', thereafter > whenever you run ./Build it will use perl5.6.foo.
Done and done and it still makes no difference. I even extracted all of the files to a new location and started from scratch (no _build directory in sight). FLASH! I just figured it out. The behavior was that 'perl Build.PL' would work fine but './Build test' would load Perl-5.6.2 libraries (which didn't work so well after I renamed /usr/local/lib/perl5). It turns out that SVN::Notify calls a script that it installs into /usr/local/lib and that script was hardcoded to use perl5.6.2 (I'll have words with the author, since I reinstalled SVN::Notify several times). Not a M::B issue. Sorry for the noise... John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Blvd Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747
