summaryrefslogtreecommitdiff
path: root/lib/Automake/ChannelDefs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/ChannelDefs.pm')
-rw-r--r--lib/Automake/ChannelDefs.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Automake/ChannelDefs.pm b/lib/Automake/ChannelDefs.pm
index e4f7f4a20..c757f17a9 100644
--- a/lib/Automake/ChannelDefs.pm
+++ b/lib/Automake/ChannelDefs.pm
@@ -57,11 +57,10 @@ shorthand function to output on specific channels.
use 5.006;
use strict;
-use Exporter;
+use Exporter 'import';
-use vars qw (@ISA @EXPORT);
+use vars qw (@EXPORT);
-@ISA = qw (Exporter);
@EXPORT = qw (&prog_error &error &fatal &verb
&switch_warning &parse_WARNINGS &parse_warnings);