another VMS build tweak from Peter Prymmer
[p5sagit/p5-mst-13.2.git] / lib / Term / ReadLine.pm
index e7cf00c..8bb8205 100644 (file)
@@ -193,7 +193,7 @@ sub findConsole {
        $console = "sys\$command";
     }
 
-    if (($^O eq 'amigaos') || ($^O eq 'beos')) {
+    if (($^O eq 'amigaos') || ($^O eq 'beos') || ($^O eq 'epoc')) {
        $console = undef;
     }
     elsif ($^O eq 'os2') {