s/use vars/our/ (from Gisle Aas)
Gurusamy Sarathy [Tue, 15 Feb 2000 17:43:27 +0000 (17:43 +0000)]
p4raw-id: //depot/perl@5105

bytecode.pl

index 00df48b..0ffe8e4 100644 (file)
@@ -47,7 +47,7 @@ package B::Asmdata;
 use Exporter;
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(%insn_data @insn_name @optype @specialsv_name);
-use vars qw(%insn_data @insn_name @optype @specialsv_name);
+our(%insn_data, @insn_name, @optype, @specialsv_name);
 
 EOT
 print ASMDATA_PM <<"EOT";