Skip to content
  • Dave Abrahams's avatar
    FindPerlLibs: Fix for Mac locally applied patches · 20ceccc4
    Dave Abrahams authored and Brad King's avatar Brad King committed
    Previously FindPerlLibs did not work with the Mac stock Perl because it
    includes patches.  From "perl -V":
    
      Locally applied patches:
        /Library/Perl/Updates/<version> comes before system perl directories
        installprivlib and installarchlib points to the Updates directory
    
    Adjust paths accordingly.
    20ceccc4