summaryrefslogtreecommitdiff
path: root/lib/Automake/File.pm
diff options
context:
space:
mode:
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-15 11:44:06 +0200
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-22 14:19:45 +0200
commit0d54a3da046150120fcb6c65ddc8fc5650d86191 (patch)
treee14166e4b0bc2699a50f1e9a97276c774783a591 /lib/Automake/File.pm
parentc6eb8832ad2824d33c2c6203709f856fcb53bae8 (diff)
downloadautomake-0d54a3da046150120fcb6c65ddc8fc5650d86191.tar.gz
lib: Rearrange modules inclusions
The use directives are now rearranged to be more easily read (alphabetical order) and we removed some include cycles in the process. * Location.pm: This module now serves the INTERNAL constant.
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);