summaryrefslogtreecommitdiff
path: root/lib/Automake/File.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/File.pm')
-rw-r--r--lib/Automake/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/File.pm b/lib/Automake/File.pm
index 9a34543fa..89cc4776e 100644
--- a/lib/Automake/File.pm
+++ b/lib/Automake/File.pm
@@ -18,7 +18,6 @@ package Automake::File;
use 5.006;
use strict;
-use Exporter;
use Automake::ChannelDefs;
use Automake::Channels;
use Automake::Condition qw (TRUE FALSE);
@@ -31,6 +30,7 @@ use Automake::RuleDef;
use Automake::Utils;
use Automake::VarDef;
use Automake::Variable;
+use Exporter;
use vars qw (@ISA @EXPORT);