Since I'm using OpenBSD which is chroot'd to /var/ set my modules to use /var/
However, when running `make` on a module with dependencies, it isn't finding them because it is searching /usr for the dependency but the modules were installed into /var/
Is there a way to set a global search for modules to /var/
Code:
# perl Makefile.PL PREFIX=/var/[URL unfurl="true"]www/usr[/URL]
Is there a way to set a global search for modules to /var/