We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0299a commit cf0f339Copy full SHA for cf0f339
setup-env.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+for module in ./modules/*;
3
+do
4
+ export PERL5LIB=$PERL5LIB:${module}/lib/;
5
+done
0 commit comments