Index: shiela.pl --- shiela.pl.orig 2006-07-25 15:01:41 +0200 +++ shiela.pl 2008-02-07 19:04:58 +0100 @@ -31,7 +31,7 @@ require 5.005; use strict; # shipped with Perl since 5.000 -use POSIX; # shipped with Perl since 5.000 +use POSIX qw(); # shipped with Perl since 5.000 use IO::File; # shipped with Perl since 5.003 use IO::Handle; # shipped with Perl since 5.003 use IPC::Open2; # shipped with Perl since 5.003