diff options
Diffstat (limited to 'USER/USER.pm')
-rw-r--r-- | USER/USER.pm | 3 |
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); |