summaryrefslogtreecommitdiff
path: root/lib/Automake/Options.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/Options.pm')
-rw-r--r--lib/Automake/Options.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Automake/Options.pm b/lib/Automake/Options.pm
index ce123d629..210902959 100644
--- a/lib/Automake/Options.pm
+++ b/lib/Automake/Options.pm
@@ -22,11 +22,10 @@ use Automake::ChannelDefs;
use Automake::Channels;
use Automake::Config;
use Automake::Version;
-use Exporter;
+use Exporter 'import';
-use vars qw (@ISA @EXPORT);
+use vars qw (@EXPORT);
-@ISA = qw (Exporter);
@EXPORT = qw (option global_option
set_option set_global_option
unset_option unset_global_option