Restore 'our' to a couple of exported variables in the Config module

This commit is contained in:
Tom Eastep 2011-05-14 14:18:22 -07:00
parent 00add745b7
commit c247140063

View File

@ -345,10 +345,10 @@ my $first_entry; # Message to output or function to call on first no
my $shorewall_dir; # Shorewall Directory; if non-empty, search here first for files.
my $debug; # If true, use Carp to report errors with stack trace.
our $debug; # If true, use Carp to report errors with stack trace.
our $family; # Protocol family (4 or 6)
my $toolname; # Name of the tool to use (iptables or iptables6)
our $toolname; # Name of the tool to use (iptables or iptables6)
my $toolNAME; # Tool name in CAPS
our $product; # Name of product that will run the generated script
our $Product; # $product with initial cap.