On Tuesday, September 10, 2002, at 11:18 AM, Brian McNett wrote: > And as it turns out that was neither here nor there. At issue > was my failure to use "sudo" which lack causes make test to > fail. I knew this at some point in the past, but have become a > biit rusty of late.
Yeah, I always install modules by doing 'sudo cpan', where 'cpan' is an alias for 'perl -MCPAN -e shell'. It's a little iffy to run the whole CPAN shell under root, but there's no safer alternative that's as convenient these days. Since it's just my personal boxes I don't mind a little risk. > > Funny thing is, that the reason I needed Storable.pm (which was > missing in my install for some reason), is that I'm toying with > AI::Categorize::NaiveBayesian. Once Storable was in place that > latter module builds and tests nicely. That's quite a coincidence. =) Let me know if you need help with the categorizer stuff. -Ken