From d81d41df0e5b63739238018e0a4e42173b599255 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 9 Oct 2003 13:46:14 +0000 Subject: - Exporter not needed --- USER/USER.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'USER') diff --git a/USER/USER.pm b/USER/USER.pm index c48c546..e95096d 100644 --- a/USER/USER.pm +++ b/USER/USER.pm @@ -2,9 +2,8 @@ package USER; use strict; require DynaLoader; -require Exporter; -our @ISA = qw(Exporter DynaLoader); +our @ISA = qw(DynaLoader); our $VERSION = '0.92'; USER->bootstrap($VERSION); -- cgit v1.2.1