diff -Naur Expect-1.15/Expect.pm Expect-1.15.new/Expect.pm --- Expect-1.15/Expect.pm 2002-11-13 12:55:00 +0300 +++ Expect-1.15.new/Expect.pm 2002-11-13 12:54:49 +0300 @@ -1,3 +1,5 @@ +package Expect; + # # Please see the .pod files for documentation. This module is copyrighted # as per the usual perl legalese: @@ -17,7 +19,6 @@ use 5; # 4 won't cut it. -package Expect; use IO::Pty 0.97; # We need make_slave_controlling_terminal() use IO::Tty;