[rt.cpan.org #63939] The behaviour of "pp --link ..." is subtly different between OSX and Linux.
[email protected] ("Philip Kime via RT")
| Newsgroups | perl.par |
|---|---|
| Message-ID | <[email protected]> |
Sun Mar 27 10:39:25 2016: Request 63939 was acted upon.
Transaction: Correspondence added by PHILKIME
Queue: PAR-Packer
Subject: The behaviour of "pp --link ..." is subtly different between OSX and Linux.
Broken in: 1.008
Severity: Normal
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=63939 >
Strange I didn't see this reply so many years ago ... here is the output, I still use PAR::Packer and still have the workaround in place:
> ls -ld /opt/local/lib/libz.1.dylib
lrwxr-xr-x 1 root admin 16 2 Oct 22:33 /opt/local/lib/libz.1.dylib -> libz.1.2.8.dylib
> /tmp/thing.pl /opt/local/lib/libz.1.dylib
/opt/local/lib/libz.1.dylib
Does this mean this is fixed now?