]> ruin.nu Git - ndwebbie.git/commitdiff
posix not needed here
authorMichael Andreen <harv@ruin.nu>
Fri, 29 Dec 2006 17:57:32 +0000 (17:57 +0000)
committerMichael Andreen <harv@ruin.nu>
Fri, 29 Dec 2006 17:57:32 +0000 (17:57 +0000)
calls.pl
editRaid.pl
memberIntel.pl
resources.pl
users.pl

index 159892c2d0bd99cdfa7e2b411dfb62aaf0b9cc58..c09b6067acdacf6b87bda1b9514f2d975ddb561e 100644 (file)
--- a/calls.pl
+++ b/calls.pl
@@ -19,7 +19,6 @@
 
 use strict;
 use warnings FATAL => 'all';
-use POSIX;
 our $BODY;
 our $DBH;
 our $LOG;
index 4f3a76b37f63cdd5fd071a8879692be8899b4937..1d5e1375c6b39971221c7204996a341bb466c735 100644 (file)
@@ -19,7 +19,6 @@
 
 use strict;
 use warnings FATAL => 'all';
-use POSIX;
 our $BODY;
 our $DBH;
 our $LOG;
index 964e0f84796ce57dae485b20f5f8623d4a561360..61423242f660bc466f849c3f5ebe0cdeea8463f6 100644 (file)
@@ -19,7 +19,6 @@
 
 use strict;
 use warnings FATAL => 'all';
-use POSIX;
 our $BODY;
 our $DBH;
 our $LOG;
index 95993041c9ae9adc0403516cd26031453fd99944..12955667b3f172e21fdfb80038c161806cd04a42 100644 (file)
@@ -19,7 +19,6 @@
 
 use strict;
 use warnings FATAL => 'all';
-use POSIX;
 our $BODY;
 our $DBH;
 our $LOG;
index 10cf840e11edbe6e0304cedea0be34ddac9285f0..5e489e5c4c9fcea56781086582924134bfd39a03 100644 (file)
--- a/users.pl
+++ b/users.pl
@@ -19,7 +19,6 @@
 
 use strict;
 use warnings FATAL => 'all';
-use POSIX;
 our $BODY;
 our $DBH;
 our $LOG;