forked from extern/shorewall_code
Correct Perl module versions
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
68fe7c733e
commit
73754521b1
@ -41,7 +41,7 @@ use Shorewall::Misc;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( compiler );
|
||||
our @EXPORT_OK = qw( $export );
|
||||
our $VERSION = '4.4_18';
|
||||
our $VERSION = '4.4_19';
|
||||
|
||||
our $export;
|
||||
|
||||
|
@ -35,7 +35,7 @@ our @EXPORT = qw(
|
||||
);
|
||||
|
||||
our @EXPORT_OK = qw( initialize );
|
||||
our $VERSION = '4.4_16';
|
||||
our $VERSION = '4.4_19';
|
||||
|
||||
our @proxyarp;
|
||||
|
||||
|
@ -52,7 +52,7 @@ our @EXPORT = qw(
|
||||
);
|
||||
|
||||
our @EXPORT_OK = qw( initialize );
|
||||
our $VERSION = '4.4_18';
|
||||
our $VERSION = '4.4_19';
|
||||
#
|
||||
# Globals are documented in the initialize() function
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user