Perl vendor directory

Mathieu Arnold mat at FreeBSD.org
Mon Apr 4 09:55:33 UTC 2016


Hi,

+--On 4 avril 2016 09:10:38 +0930 Daniel O'Connor <doconnor at gsoft.com.au>
wrote:
| Hi,
| I am trying to update the Zone Minder port and one problem I found was
| that it would install its perl goop into /. It turns out this is because
| the vendor directories in the FreeBSD Perl port are all empty.
| 
| There is a work around (tell ZM to install its perl stuff in the site
| prefix) but it would be nice to not have to do that.
| 
| I don't know much Perl so I have no idea how tricky it is though.
| 
| The ZM discussion thread is at
| https://forums.zoneminder.com/viewtopic.php?f=6&t=24460&p=93632#p93632
| 
| Thanks

The vendor prefix is only enabled when you build Perl with
PERL_VENDOR_PREFIX defined.

The vendor prefix is supposed to be used by vendors to put their stuff
there, so that it does not conflict with the Perl distribution or the
regular Perl modules.

ZM should be a good boy and install its stuff in site, like eveyrbody else.
(It could also like some bad boys install its stuff wherever it wants too,
like in a hierarchy it handles itself, but it's not really a good idea.)

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20160404/2e3f80f9/attachment.sig>


More information about the freebsd-perl mailing list