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.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Automake/File.pm b/lib/Automake/File.pm
index 89cc4776e..a9ba70b21 100644
--- a/lib/Automake/File.pm
+++ b/lib/Automake/File.pm
@@ -30,11 +30,10 @@ use Automake::RuleDef;
use Automake::Utils;
use Automake::VarDef;
use Automake::Variable;
-use Exporter;
+use Exporter 'import';
-use vars qw (@ISA @EXPORT);
+use vars qw (@EXPORT);
-@ISA = qw (Exporter);
@EXPORT = qw (file_contents_internal file_contents);
# ($COMMENT, $VARIABLES, $RULES)