aboutsummaryrefslogtreecommitdiffstats
path: root/USER
diff options
context:
space:
mode:
Diffstat (limited to 'USER')
-rw-r--r--USER/USER.pm3
1 files changed, 1 insertions, 2 deletions
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);