summaryrefslogtreecommitdiff
path: root/lib/Automake/General.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/General.pm')
-rw-r--r--lib/Automake/General.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Automake/General.pm b/lib/Automake/General.pm
index f9ec8c67f..3a3eda255 100644
--- a/lib/Automake/General.pm
+++ b/lib/Automake/General.pm
@@ -18,12 +18,11 @@ package Automake::General;
use 5.006;
use strict;
-use Exporter;
+use Exporter 'import';
use File::Basename;
-use vars qw (@ISA @EXPORT);
+use vars qw (@EXPORT);
-@ISA = qw (Exporter);
@EXPORT = qw (&uniq &none $me);
# Variable we share with the main package. Be sure to have a single