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