summaryrefslogtreecommitdiff
path: root/lib/Autom4te/Getopt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Autom4te/Getopt.pm')
-rw-r--r--lib/Autom4te/Getopt.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Autom4te/Getopt.pm b/lib/Autom4te/Getopt.pm
index f70a5c58..c32c2cce 100644
--- a/lib/Autom4te/Getopt.pm
+++ b/lib/Autom4te/Getopt.pm
@@ -40,9 +40,8 @@ use Getopt::Long ();
use Autom4te::ChannelDefs qw (fatal);
-use vars qw (@EXPORT @ISA);
-@ISA = qw (Exporter);
-@EXPORT = qw (getopt);
+our @ISA = qw (Exporter);
+our @EXPORT = qw (getopt);
=item C<parse_options (%option)>