----- Original Message ----- From: "Jay Strauss" . . > > I'd like all the compiled stuff to live in the location of the module. Is > that possible? > > I looked at, and played with the PACKAGE=> setting but it didnt' have any > effect. >
Try using DIRECTORY=> instead. Maybe something like: DIRECTORY => $Config{sitelib} . "/module_name", Cheers, Rob