Term::Readline patch for AmigaOS
Norbert Pueschel [Sun, 23 Mar 1997 17:57:22 +0000 (18:57 +0100)]
I stumbled upon this when trying to get CPAN working.

p5p-msgid: 77724797@Armageddon.meb.uni-bonn.de

lib/Term/ReadLine.pm

index 0c88a76..879642f 100644 (file)
@@ -160,6 +160,10 @@ sub findConsole {
       }
     }
 
+    if ($^O eq 'amigaos') {
+       $console = undef;
+    }
+
     $consoleOUT = $console;
     $console = "&STDIN" unless defined $console;
     if (!defined $consoleOUT) {