From 45086ce4901b1e0ceacf02a3215dc1213b3c157c Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 10 Aug 2013 22:16:39 +1000 Subject: [PATCH] perl: add .\c\bin to path --- perl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl.json b/perl.json index 507577f70c..75b5f862c3 100644 --- a/perl.json +++ b/perl.json @@ -12,5 +12,5 @@ "hash": "5c07f6340401f43f1e0fd71d967dde434a8a32491f35114ad825f648458398ee" } }, - "add_env_path": ["perl\\site\\bin", "perl\\bin"] + "add_env_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ] } \ No newline at end of file