mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 08:07:13 +02: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 @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw( compiler EXPORT TIMESTAMP );
|
our @EXPORT = qw( compiler EXPORT TIMESTAMP );
|
||||||
our @EXPORT_OK = qw( $export );
|
our @EXPORT_OK = qw( $export );
|
||||||
our @VERSION = 1.00;
|
our $VERSION = 1.00;
|
||||||
|
|
||||||
our $export;
|
our $export;
|
||||||
|
|
||||||
|
@ -65,7 +65,6 @@ our @EXPORT = qw(
|
|||||||
%capabilities );
|
%capabilities );
|
||||||
|
|
||||||
our @EXPORT_OK = qw( $shorewall_dir initialize );
|
our @EXPORT_OK = qw( $shorewall_dir initialize );
|
||||||
our @VERSION = 1.00;
|
|
||||||
our $VERSION = 1.00;
|
our $VERSION = 1.00;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user