You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
468 B
12 lines
468 B
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
|
|
|