On Fri, 26 May 2006 10:40:02 +0200 Marc Espie <[EMAIL PROTECTED]> wrote: > The main issue with perl modules is that there are so many of them. > Most of CPAN is trivial to port over to OpenBSD, but is it worth it ? > Most of it probably isn't... Porting all of CPAN is probably not necessary, and the way it is currently being done seems to work. If you port depends on a module, then it should be in the ports tree as well, but all of CPAN...
In my experience since stuff in CPAN generally "Just Works"(TM) on OpenBSD and is as simple as `perl -MCPAN - e "install <module>"` I really can't see any compelling reasons for everything to be put into the ports tree. Tim Donahue