aboutsummaryrefslogtreecommitdiff
path: root/lang/perl/patches/002-add-Internals-getcwd.patch
Commit message (Collapse)AuthorAge
* perl: fix build errors on macOSGeorgi Valkov2021-02-09
Added a check for macOS 11 and newer to resolve a compile error: *** Unexpected product version 11.2. Added Internals::getcwd. Fallback to the built-in getcwd to resolve compile errors on macOS: Can't locate Errno.pm in @INC /miniperl not found Signed-off-by: Georgi Valkov <gvalkov@abv.bg>