summaryrefslogtreecommitdiff
path: root/os2/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'os2/Changes')
-rw-r--r--os2/Changes8
1 files changed, 8 insertions, 0 deletions
diff --git a/os2/Changes b/os2/Changes
index 15fad979f3..9678ea66e1 100644
--- a/os2/Changes
+++ b/os2/Changes
@@ -143,3 +143,11 @@ after 5.003_27:
environment). Known problems: $$ does not work - is 0, waitpid
returns immediately, thus Perl cannot wait for completion of
started programs.
+
+before 5.004_02:
+ -S switch to perl enables a search with additional extensions
+ .cmd, .btm, .bat, .pl as well. This means that if you have
+ mycmd.pl or mycmd.bat on PATH,
+ perl -S mycmd
+ will work. Perl will also look in the current directory first.
+ Moreover, a bug with \; in PATH being non-separator is fixed.