Joe Orton jorton@redhat.com writes:
- some new Perl bindings issue where the modules are now getting
installed in site_perl rather than vendor_perl with the Raw Hide Perl package, not sure yet if this is my fault or Chip's :)
On the 'perl Makefile.PL' code path, you can do 'INSTALLDIRS=vendor' to get the modules to go into the vendor directory tree instead of the site tree.
Chip