X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTerm%2FReadLine.pm;h=8bb820578a9f756eca5e38e8d45858da5628e471;hb=206483f1ebeef33f7da74d5c167b3fd37bbf2d6b;hp=470226da910a32f3412a782754142a3d61992866;hpb=4e83e45193a4b31061c369233abb3560d500834e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Term/ReadLine.pm b/lib/Term/ReadLine.pm index 470226d..8bb8205 100644 --- a/lib/Term/ReadLine.pm +++ b/lib/Term/ReadLine.pm @@ -139,7 +139,7 @@ None =head1 ENVIRONMENT -The envrironment variable C governs which ReadLine clone is +The environment variable C governs which ReadLine clone is loaded. If the value is false, a dummy interface is used. If the value is true, it should be tail of the name of the package to use, such as C or C. @@ -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') {