Revision history for App::PP::Autolink
2.07 20221115
- Add detected Aliens to the pp call (if they inherit from Alien::Base).
Needed to ensure the share dirs are packed (see Module::ScanDeps#13).
2.06 20221115
- Macs: Handle @rpath and @loader_path entries in dependency paths. GH#17
2.05 20220919
- Unices: Pack system libs, except for libm, libc, libpthread and libdl
The previous approach overdid things.
Thanks @sciurius for the report.
2.04 20200622
- Properly exclude system libs in /lib/ when using ldd.
2.03 20200612
- Set minimum List::Util version to 1.45 for util sub.
2.02 20200611 18:00 AEST
- Check Aliens only if they inherit from Alien::Base
- Update POD
2.01 20200611 16:10 AEST
- Second CPAN release because I forgot the CHANGES file in 2.00
2.00 20200611
- First CPAN release