From 3c917934a116b4d73a8383f05478f78fb755c1a8 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Fri, 29 Dec 2006 17:57:32 +0000 Subject: [PATCH] posix not needed here --- calls.pl | 1 - editRaid.pl | 1 - memberIntel.pl | 1 - resources.pl | 1 - users.pl | 1 - 5 files changed, 5 deletions(-) diff --git a/calls.pl b/calls.pl index 159892c..c09b606 100644 --- a/calls.pl +++ b/calls.pl @@ -19,7 +19,6 @@ use strict; use warnings FATAL => 'all'; -use POSIX; our $BODY; our $DBH; our $LOG; diff --git a/editRaid.pl b/editRaid.pl index 4f3a76b..1d5e137 100644 --- a/editRaid.pl +++ b/editRaid.pl @@ -19,7 +19,6 @@ use strict; use warnings FATAL => 'all'; -use POSIX; our $BODY; our $DBH; our $LOG; diff --git a/memberIntel.pl b/memberIntel.pl index 964e0f8..6142324 100644 --- a/memberIntel.pl +++ b/memberIntel.pl @@ -19,7 +19,6 @@ use strict; use warnings FATAL => 'all'; -use POSIX; our $BODY; our $DBH; our $LOG; diff --git a/resources.pl b/resources.pl index 9599304..1295566 100644 --- a/resources.pl +++ b/resources.pl @@ -19,7 +19,6 @@ use strict; use warnings FATAL => 'all'; -use POSIX; our $BODY; our $DBH; our $LOG; diff --git a/users.pl b/users.pl index 10cf840..5e489e5 100644 --- a/users.pl +++ b/users.pl @@ -19,7 +19,6 @@ use strict; use warnings FATAL => 'all'; -use POSIX; our $BODY; our $DBH; our $LOG; -- 2.39.2