Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Devel-PatchPerl
From: Wen Heping
Date: 2021-05-01 01:23:05
Message id: 20210430232305.2C466FA95@cvs.NetBSD.org
Log Message:
Update to 2.08
Upstream changes:
version 2.08 at 2021-01-11 20:08:00 +0000
-----------------------------------------
Change: 2e710bc17736e5d2c43875c2076db7c1a6e4fe47
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2021-01-11 20:08:00 +0000
This is 2.08
Change: 1eaa7976957abbc533869176a390638e93850d12
Author: Graham Knop <haarg@haarg.org>
Date : 2021-01-11 08:47:00 +0000
fix darwin DynaLoader patch for older perls
The patch that was taken from blead uses a <<$^OS-eq-darwin>>
preprocessing token, which is handled by the DynaLoader_pm.PL script.
Older versions of DynaLoader_pm.PL don't include this preprocessing,
but the patch still applies.
In our case, the preprocessing is a check for darwin. But the patch
is already only applied on darwin, so it is redundant. We can just
remove the preprocessing token, and it should work across all
versions.
Files: