From 8639ee8a35d97715336b1e3b4676338f321bce36 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 28 Oct 2021 01:39:07 +0530 Subject: [PATCH] perl@5.32.1.1: Unset C toolset path (#2832) Supersedes #252 --- bucket/perl.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bucket/perl.json b/bucket/perl.json index 29798e40fa..490247e525 100644 --- a/bucket/perl.json +++ b/bucket/perl.json @@ -21,8 +21,7 @@ ], "env_add_path": [ "perl\\site\\bin", - "perl\\bin", - "c\\bin" + "perl\\bin" ], "checkver": { "url": "http://strawberryperl.com/releases.html",