aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--USER/USER.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/USER/USER.pm b/USER/USER.pm
index 4ff70e3..3ea04ff 100644
--- a/USER/USER.pm
+++ b/USER/USER.pm
@@ -4,7 +4,7 @@ use strict;
require DynaLoader;
require Exporter;
-our @ISA = qw(Exporter Dynaloader);
+our @ISA = qw(Exporter DynaLoader);
our $VERSION = '0.91';
USER->bootstrap($VERSION);