Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib key to Platypus takes a single string
On my machine (macOS), dynamic_lib returns more than one, although they are the same names: ``` $ perl -MAlien::Sodium -le 'print join qq(\n), Alien::Sodium->dynamic_libs' /usr/local/perls/perl-5.38.2/lib/site_perl/5.38.2/darwin-2level/auto/share/dist/Alien-Sodium/dynamic/libsodium.dylib /usr/local/perls/perl-5.38.2/lib/site_perl/5.38.2/darwin-2level/auto/share/dist/Alien-Sodium/dynamic/libsodium.26.dylib ``` We only need one of them to do away with: Odd number of elements in hash assignment at /usr/local/perls/perl-5.38.2/lib/site_perl/5.38.2/darwin-2level/FFI/Platypus.pm line 35.
- Loading branch information