mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-28 08:29:28 +01:00
A couple more $VERSION corrections
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6638 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a649be0f53
commit
44f72bf8cd
@ -45,7 +45,7 @@ use Shorewall::Proxyarp;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( compiler EXPORT TIMESTAMP );
|
||||
our @EXPORT_OK = qw( $export );
|
||||
our @VERSION = 1.00;
|
||||
our $VERSION = 1.00;
|
||||
|
||||
our $export;
|
||||
|
||||
|
@ -65,7 +65,6 @@ our @EXPORT = qw(
|
||||
%capabilities );
|
||||
|
||||
our @EXPORT_OK = qw( $shorewall_dir initialize );
|
||||
our @VERSION = 1.00;
|
||||
our $VERSION = 1.00;
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user