perl: add .\c\bin to path

This commit is contained in:
Luke Sampson 2013-08-10 22:16:39 +10:00
parent 1fb2f077f9
commit 45086ce490

View File

@ -12,5 +12,5 @@
"hash": "5c07f6340401f43f1e0fd71d967dde434a8a32491f35114ad825f648458398ee"
}
},
"add_env_path": ["perl\\site\\bin", "perl\\bin"]
"add_env_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ]
}