You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/CONSTANTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ A typical ``{PEB_executable_directory}`` looks like this:
20
20
│ └── index.html
21
21
├── app.png
22
22
├── data
23
-
| └── {application_data}
23
+
│ └── {application_data}
24
24
└── logs
25
25
└── {application_logs}
26
26
```
@@ -30,12 +30,12 @@ A typical ``{PEB_executable_directory}`` looks like this:
30
30
The ``bin`` subdirectory must contain the Perl interpreter.
31
31
The ``lib`` subdirectory must contain all Perl modules used by PEB Perl applications.
32
32
33
-
***Perl interpreter:**
33
+
***Perl Interpreter:**
34
34
Relocatable Perl interpreter, if present, must be located in the ``{PEB_executable_directory}/perl/bin`` folder.
35
35
The Perl interpreter must be named ``perl`` on Linux and Mac machines and ``wperl.exe`` on Windows machines.
36
36
If a relocatable Perl interpreter is not found, PEB will use the first Perl interpreter on PATH.
37
37
38
-
***PERL5LIB:**
38
+
***Perl Modules Directory:**
39
39
All Perl modules found in the ``{PEB_executable_directory}/perl/lib`` folder are accessible via the ``PERL5LIB`` environment variable for all Perl applications executed by PEB.
0 commit comments