summaryrefslogtreecommitdiff
path: root/lib/Automake/Wrap.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/Wrap.pm')
-rw-r--r--lib/Automake/Wrap.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Automake/Wrap.pm b/lib/Automake/Wrap.pm
index 0efd2da4b..34570ada2 100644
--- a/lib/Automake/Wrap.pm
+++ b/lib/Automake/Wrap.pm
@@ -19,7 +19,9 @@ use 5.006;
use strict;
require Exporter;
+
use vars '@ISA', '@EXPORT_OK';
+
@ISA = qw/Exporter/;
@EXPORT_OK = qw/wrap makefile_wrap/;