Revision history for Alien::patchelf
0.08 2022-04-21
    - Share builds: Use ExtUtils::CppGuess to check for c++17 support
0.07 2022-04-16
    - Share builds:
      - also check for g++ in c++17 fallback
      - Solaris: prefix MAKE=gmake to configure call
0.06 2022-04-15
    - Share builds: Fall back to patchelf 0.13.1 when
      compiler does not support c++17 (if it is called as "c++")
0.05 2022-04-14
    - Share builds: use Download::Git plugin instead of Download::GitHub
0.04 2022-04-04
    - Share builds: Use gmake on Solaris
0.03 2022-04-02
    - Add Alien::Build::Plugin::Download::GitHub to
      configure section in Makefile.PL
0.02 2022-03-30
    - POD fixes
0.01 2022-03-30
    - First release