summaryrefslogtreecommitdiff
path: root/lib/Automake/FileUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/FileUtils.pm')
-rw-r--r--lib/Automake/FileUtils.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Automake/FileUtils.pm b/lib/Automake/FileUtils.pm
index 43b66966a..a6839ff55 100644
--- a/lib/Automake/FileUtils.pm
+++ b/lib/Automake/FileUtils.pm
@@ -39,13 +39,12 @@ use strict;
use Automake::Channels;
use Automake::ChannelDefs;
-use Exporter;
+use Exporter 'import';
use File::stat;
use IO::File;
-use vars qw (@ISA @EXPORT);
+use vars qw (@EXPORT);
-@ISA = qw (Exporter);
@EXPORT = qw (&contents
&find_file &mtime
&update_file &up_to_date_p