Subject: | Installer always installs to site_perl (and doesn't cope with vendor_perl) |
I'm trying to install XML::SAX::Machines for our internal build of
Perl. We install all CPAN modules to the vendor_lib directory.
Unfortunately, XML::SAX::Machines seems determined to install its
config file to site_perl, regardless of me specifying
"INSTALLDIRS=vendor".
For now, I've been able to work around it by specifying
INSTALLSITELIB='$(INSTALLVENDORLIB)' to Makefile.PL. But it would be
good if the Makefile.PL worked out the correct place automatically.
Thanks,
-Dom