summaryrefslogtreecommitdiff
path: root/lib/Automake/SilentRules.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/SilentRules.pm')
-rw-r--r--lib/Automake/SilentRules.pm9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/Automake/SilentRules.pm b/lib/Automake/SilentRules.pm
index ee4e94509..c57ddb599 100644
--- a/lib/Automake/SilentRules.pm
+++ b/lib/Automake/SilentRules.pm
@@ -17,15 +17,12 @@ package Automake::SilentRules;
use Automake::Utils;
use Automake::Variable;
-use Exporter;
+use Exporter 'import';
-use vars '@ISA', '@EXPORT';
-
-@ISA = qw (Exporter);
+use vars qw (@EXPORT);
@EXPORT = qw (verbose_flag verbose_nodep_flag silent_flag
- define_verbose_texinfo define_verbose_libtool
- handle_silent);
+ define_verbose_texinfo define_verbose_libtool handle_silent);
# Silent rules handling functions.