[MacPorts] #58129: Perl5.28 not using $PERL5LIB to populate @INC

MacPorts noreply at macports.org
Mon Feb 25 16:15:52 UTC 2019


#58129: Perl5.28 not using $PERL5LIB to populate @INC
------------------------+----------------------
  Reporter:  hyperbole  |      Owner:  mojca
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:
Resolution:             |   Keywords:
      Port:  perl5.28   |
------------------------+----------------------

Comment (by mojca):

 Here's how it works for me:
 {{{
 #!bash
 export PERL5LIB="/tmp/a:/tmp/b"
 $ perl5.28 -E 'say for @INC'
 /tmp/a
 /tmp/b
 /opt/local/lib/perl5/site_perl/5.28/darwin-thread-multi-2level
 /opt/local/lib/perl5/site_perl/5.28
 /opt/local/lib/perl5/vendor_perl/5.28/darwin-thread-multi-2level
 /opt/local/lib/perl5/vendor_perl/5.28
 /opt/local/lib/perl5/5.28/darwin-thread-multi-2level
 /opt/local/lib/perl5/5.28
 }}}
 What behaviour do you expect?

-- 
Ticket URL: <https://trac.macports.org/ticket/58129#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list