On Mon, Mar 14, 2005 at 08:46:12AM -0500, Thomas R Wyant_III wrote: > I didn't have any luck with Module::Install under OpenVMS/AXP 7.1-1. It > does a fair amount of direct manipulation of @INC in ordinary > circumstances, and even more on the install, because it tries to bootstrap > itself from its own blib directory. > > Specifically, it makes the assumption that it can push (e.g.) 'blib' on > the stack and have it be interpreted as that 'blib' which is a > subdirectory of the current directory. This doesn't work under VMS, where > what you want is '[.blib]'.
What about ./blib? That should work, IIRC.