commit d514d0756a2afd7cf5716648922f2868db6f4859 Author: Alexey Tourbin Date: Fri Oct 13 05:48:04 2006 +0400 eg/perlsh: do not import POSIX functions diff --git a/eg/perlsh b/eg/perlsh index 11b34b4..5427f1c 100644 --- a/eg/perlsh +++ b/eg/perlsh @@ -34,7 +34,7 @@ package PerlSh; use strict; use warnings; use Term::ReadLine; -use POSIX; # for sigaction below +use POSIX (); # for sigaction below use vars qw($PS1 $PS2 $HISTFILE $HISTSIZE $INPUTRC $STRICT $HOSTNAME $LOGNAME $CWP);