summaryrefslogtreecommitdiff
path: root/lib/Automake/CondStack.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/CondStack.pm')
-rw-r--r--lib/Automake/CondStack.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Automake/CondStack.pm b/lib/Automake/CondStack.pm
index 286ecfd49..361738191 100644
--- a/lib/Automake/CondStack.pm
+++ b/lib/Automake/CondStack.pm
@@ -18,11 +18,11 @@ package Automake::CondStack;
use 5.006;
use strict;
-use Exporter;
+use Automake::ChannelDefs;
use Automake::Condition qw (TRUE FALSE);
-use Automake::Global;
use Automake::Channels;
-use Automake::ChannelDefs;
+use Automake::Global;
+use Exporter;
use vars qw (@ISA @EXPORT);